Package com.itextpdf.io.font
Class OpenTypeParser.CmapTable
java.lang.Object
com.itextpdf.io.font.OpenTypeParser.CmapTable
- Enclosing class:
OpenTypeParser
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe map containing the code information for the table 'cmap', encoding 1.0.The map containing the code information for the table 'cmap', encoding 3.1 in Unicode.(package private) boolean
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cmap10
The map containing the code information for the table 'cmap', encoding 1.0. The key is the code and the value is anint[2]
where position 0 is the glyph number and position 1 is the glyph width normalized to 1000 units.- See Also:
-
cmap31
The map containing the code information for the table 'cmap', encoding 3.1 in Unicode. The key is the code and the value is anint[2]
where position 0 is the glyph number and position 1 is the glyph width normalized to 1000 units.- See Also:
-
cmapExt
-
fontSpecific
boolean fontSpecific
-
-
Constructor Details
-
CmapTable
CmapTable()
-