nw::font::ResFontBase::GetGlyphIndex Member Function

Syntax

protected:
GlyphIndex GetGlyphIndex(
     CharCode c
) const;

Arguments

Name Description
in c Character code of character for which glyph index is being obtained.

Return Values

The glyph index of the character. If the target character is not included in the font, the function returns the glyph index of the alternate character.

Description

Gets the character glyph index.


CONFIDENTIAL