#include <nnsys/g2d/g2d_Font.h>
u16 NNS_G2dFontGetGlyphIndex(
const NNSG2dFont* pFont,
u16 c
);
pFont | [IN] Pointer to font |
c | [IN] Character code of the character to get the glyph index for. |
Returns the glyph index.
Gets the glyph index of the glyph corresponding to c. If there is no glyph corresponding to c, returns the glyph index of the alternate character.
2005/05/25 Initial version.
CONFIDENTIAL