TtfCMapFormat10Table

Inheritance: java.lang.Object, com.aspose.font.TtfCMapFormatBaseTable

public class TtfCMapFormat10Table extends TtfCMapFormatBaseTable

Represents Format10 CMap subtable of the TTF Font file.

Methods

MethodDescription
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:

ParameterTypeDescription
charCodelongCharacter code.

Returns: long - Glyph index.