#include <nnsys/g2d/g2d_Font.h>
typedef struct NNSG2dGlyph
{
const NNSG2dCharWidths* pWidths;
const u8* image;
}
NNSG2dGlyph;
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. |
NNS_G2dFontGetGlyph, NNS_G2dFontGetGlyphFromIndex, NNS_G2dFontGetGlyphImage
2005/05/25 Initial version.
CONFIDENTIAL