TtfCMapTable.TtfCMapSubtableDescription
Inheritance: java.lang.Object
public abstract static class TtfCMapTable.TtfCMapSubtableDescription
Provides brief information about CMap subtable.
Methods
Method | Description |
---|---|
getPlatformId() | Gets platform id. |
getPlatformSpecificId() | Gets platform-specific encoding id. |
getFormat() | Gets subtable format. |
getPlatformId()
public int getPlatformId()
Gets platform id.
Returns: int - Platform id.
getPlatformSpecificId()
public int getPlatformSpecificId()
Gets platform-specific encoding id.
Returns: int - Platform-specific encoding id.
getFormat()
public int getFormat()
Gets subtable format.
Returns: int - Subtable format.