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

Syntax

protected:
GlyphIndex FindGlyphIndex(
     CharCode    c
) const;

protected:
GlyphIndex FindGlyphIndex(
     const FontCodeMap * pMap,
     CharCode    c
) const;

List of Overloaded Member Functions

FindGlyphIndex ( CharCode ) Gets a character's glyph index.
FindGlyphIndex ( const FontCodeMap *, CharCode ) Searches for a character's glyph index from a CMAP block.

Description of FindGlyphIndex(CharCode)

Gets a character's glyph index.

Description of FindGlyphIndex(const FontCodeMap *, CharCode)

Searches for a character's glyph index from a CMAP block.


CONFIDENTIAL