NNS_G2dFontSetAlternateGlyphIndex

Syntax


#include <nnsys/g2d/g2d_Font.h>

void NNS_G2dFontSetAlternateGlyphIndex(
	NNSG2dFont* pFont,
	u16 idx
);

Arguments

pFont [IN] Pointer to font
idx [IN] Glyph index of the new alternate character

Return Values

None.

Description

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.

See Also

NNS_G2dFontSetAlternateChar, NNS_G2dFontGetAlternateGlyphIndex

Revision History

2005/05/25 Initial version.


CONFIDENTIAL