NNS_G2dFontGetAlternateGlyphIndex

Syntax


#include <nnsys/g2d/g2d_Font.h>

u16 NNS_G2dFontGetAlternateGlyphIndex(
	const NNSG2dFont* pFont
);

Arguments

pFont [IN] Pointer to font

Return Values

Glyph index of the alternate character.

Description

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.

See Also

NNS_G2dFontSetAlternateChar, NNS_G2dFontSetAlternateGlyphIndex

Revision History

2005/05/25 Initial version.


CONFIDENTIAL