nw::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 the character glyph index.
FindGlyphIndex ( const FontCodeMap *, CharCode ) Searches from the CMAP block for the character glyph index.

Description of FindGlyphIndex ( CharCode )

Gets the character glyph index.

Description of FindGlyphIndex ( const FontCodeMap *, CharCode

Searches from the CMAP block for the character glyph index.


CONFIDENTIAL