NNS_G2dFontGetCharWidthFromIndex

C Specification


#include <nnsys/g2d/g2d_Font.h>

int NNS_G2dFontGetCharWidthFromIndex(
	const NNSG2dFont* pFont,
	u16 idx
);

Arguments

pFont [IN] Pointer to font
idx [IN] Glyph index of the glyph to get character width for

Return Values

Returns the character width in pixels.

Description

Gets the character width of the glyph corresponding to idx. If no glyph corresponds to idx, or the glyph does not have its own character width information, the default character width for the font will be returned.

Gets the font height for a vertically written font.

See Also

NNS_G2dFontGetCharWidth

Revision History

2007/03/14 Added support for the vertically written/held fonts. Corrected prototype and description.
2005/05/25 Initial version.


CONFIDENTIAL