Package org.openpdf.renderer.font.ttf
Class CmapTable.CmapSubtable
java.lang.Object
org.openpdf.renderer.font.ttf.CmapTable.CmapSubtable
- All Implemented Interfaces:
Comparable
- Enclosing class:
- CmapTable
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) shortThe platformID for this subtable(package private) shortThe platform-specific id -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCmapSubtable(short platformID, short platformSpecificID) Create a Cmap subtable -
Method Summary
-
Field Details
-
platformID
short platformIDThe platformID for this subtable -
platformSpecificID
short platformSpecificIDThe platform-specific id
-
-
Constructor Details
-
CmapSubtable
protected CmapSubtable(short platformID, short platformSpecificID) Create a Cmap subtable
-
-
Method Details
-
equals
Compare two subtables -
compareTo
Sort ascending by platform ID and then specific ID- Specified by:
compareToin interfaceComparable
-