public class TtfCMapFormat8Table extends TtfCMapFormatBaseTable
Represents Format8 CMap subtable of the TTF Font file.
Modifier and Type | Method and Description |
---|---|
long |
getGlyphIndex(long charCode)
Gets a glyph index for a given character code.
|
getAllCodes, getPlatformId, getPlatformSpecificId
public long getGlyphIndex(long charCode)
Gets a glyph index for a given character code.
getGlyphIndex
in class TtfCMapFormatBaseTable
charCode
- Character code.