TtfCMapFormat8Table
Inheritance: java.lang.Object, com.aspose.font.TtfCMapFormatBaseTable
public class TtfCMapFormat8Table extends TtfCMapFormatBaseTable
Represents Format8 CMap subtable of the TTF Font file.
Methods
Method | Description |
---|---|
getGlyphIndex(long charCode) | Gets a glyph index for a given character code. |
getGlyphIndex(long charCode)
public long getGlyphIndex(long charCode)
Gets a glyph index for a given character code.
Parameters:
Parameter | Type | Description |
---|---|---|
charCode | long | Character code. |
Returns: long - Glyph index.