Font::GetCharValue

Font::GetCharValue
virtual int GetCharValue(unsigned glyphIndex) const;
Description

GetCharValue returns the UCS-2 character value associated with a glyph index.

Parameters
Parameters 
Description 
unsigned glyphIndex 
Glyph index value which is used to retrieve the corresponding UCS-2 character value. 
Return Value

An integer value containing the value of UCS-2 character.