#include <nnsys/g2d/g2d_Font.h>
u16 NNS_G2dFontGetAlternateGlyphIndex(
const NNSG2dFont* pFont
);
pFont | [IN] Pointer to font |
Glyph index of the alternate character.
Gets the glyph index of the alternate character.
An alternate character is a character that is used in place of a character that is not included in the font.
NNS_G2dFontSetAlternateChar, NNS_G2dFontSetAlternateGlyphIndex
2005/05/25 Initial version.
CONFIDENTIAL