public class TtfCMapFormat10Table extends TtfCMapFormatBaseTable
Represents Format10 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, getPlatformSpecificIdpublic long getGlyphIndex(long charCode)
Gets a glyph index for a given character code.
getGlyphIndex in class TtfCMapFormatBaseTablecharCode - Character code.Copyright © 2025 Aspose. All Rights Reserved.