NNS_G2dFontGetGlyphFromIndex

C Specification


#include <nnsys/g2d/g2d_Font.h>

void NNS_G2dFontGetGlyphFromIndex(
	NNSG2dGlyph* pGlyph,
	const NNSG2dFont* pFont,
	u16 idx
);

Arguments

pGlyph [OUT] Pointer to the buffer that stores the glyph information.
pFont [IN] Pointer to font
idx [IN] Glyph index of the glyph to get glyph information for.

Return Values

None.

Description

Gets all the associated information for the glyph.

This function does not support the vertically written or vertically held fonts.

See Also

Revision History

2007/03/14 Added a description of the vertically written and vertically held fonts
2005/05/25 Initial version


CONFIDENTIAL