public class TtfCMapFormat6Table extends TtfCMapFormatBaseTable
Represents Format6 CMap subtable of the TTF Font file.
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Long> |
getAllCodes()
Gets all the codes from current CMap's subtable.
|
long |
getGlyphIndex(long charCode)
Gets a glyph index for a given character code.
|
getPlatformId, getPlatformSpecificIdpublic long getGlyphIndex(long charCode)
Gets a glyph index for a given character code.
getGlyphIndex in class TtfCMapFormatBaseTablecharCode - Character code.public ArrayList<Long> getAllCodes()
Gets all the codes from current CMap's subtable.
getAllCodes in class TtfCMapFormatBaseTableCopyright © 2025 Aspose. All Rights Reserved.