NNSG2dGlyph

Definition


#include <nnsys/g2d/g2d_Font.h>

typedef struct NNSG2dGlyph
{
	const NNSG2dCharWidths* pWidths;
	const u8* image;
}
NNSG2dGlyph;

Description

Used for obtaining all the character information possessed by the font with NNS_G2dFontGetGlyph and NNS_G2dFontGetGlyphFromIndex. See NNS_G2dFontGetGlyphImage for the format of the glyph image specified by image.

pWidths Pointer to the character width information.
image Pointer to glyph image.

See Also

NNS_G2dFontGetGlyph, NNS_G2dFontGetGlyphFromIndex, NNS_G2dFontGetGlyphImage

Revision History

2005/05/25 Initial version.


CONFIDENTIAL