#include <nnsys/g2d/g2d_Font.h>
void NNS_G2dFontSetAlternateGlyphIndex(
NNSG2dFont* pFont,
u16 idx
);
pFont | [IN] Pointer to font |
idx | [IN] Glyph index of the new alternate character |
None.
Changes the font's alternate character based on the glyph index that is specified. Using NNS_G2dFontSetAlternateChar
you can specify the alternate character by its character code.
An alternate character is a character that is used in place of a character that is not included in the font.
NNS_G2dFontSetAlternateChar, NNS_G2dFontGetAlternateGlyphIndex
2005/05/25 Initial version.
CONFIDENTIAL