nn::font::ResFontBase::FindGlyphIndex Member Function
protected:
GlyphIndex FindGlyphIndex(
const FontCodeMap * pMap,
CharCode c
) const;
| Name | Description | |
|---|---|---|
| in | pMap | Pointer to the body of the CMAP block to search. |
| in | c | Character code for which to get a glyph index. |
ResFontBase::GLYPH_INDEX_NOT_FOUND is returned. Searches for a character's glyph index from a CMAP block.
CONFIDENTIAL