NNS_G2dFontGetGlyph

C Specification

#include <nnsys/g2d/g2d_Font.h>

void NNS_G2dFontGetGlyph(
	NNSG2dGlyph* pGlyph,
	const NNSG2dFont* pFont,
	u16 ccode
);

Arguments

pGlyph [OUT] Pointer to the buffer that stores the glyph information.
pFont [IN] Pointer to font
ccode [IN] Character code of the character to obtain the glyph for

Return Values

None.

Description

Gets all the associated information for the glyph.

See Also

Revision History

05/25/2005 Initial version.