nn::font::ResFontBase::GetGlyphIndex Member Function

Syntax

protected:
GlyphIndex GetGlyphIndex(
     CharCode    c
) const;

Arguments

Name Description
in c Character code for which to get a glyph index.

Return Values

The character's glyph index. Returns the glyph index for the alternate character if the font does not contain the target character.

Description

Gets a character's glyph index.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL