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.Collection of the pairs representing Platform ID and Encoding ID of the “cmap” subtables present in the font program.(package private) boolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cmapEncodings
Collection of the pairs representing Platform ID and Encoding ID of the “cmap” subtables present in the font program. -
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()
-