nn::font::ResFontBase::FindGlyphIndex Member Function

Syntax

protected:
GlyphIndex FindGlyphIndex(
     CharCode    c
) const;

Arguments

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

Return Values

The character's glyph index. If the font does not contain the target character, ResFontBase::GLYPH_INDEX_NOT_FOUND is returned.

Description

Gets a character's glyph index.


CONFIDENTIAL