Class OpenTypeParser.CmapTable

java.lang.Object
com.itextpdf.io.font.OpenTypeParser.CmapTable
Enclosing class:
OpenTypeParser

static class OpenTypeParser.CmapTable extends Object
  • Field Details

    • cmap10

      Map<Integer,int[]> cmap10
      The map containing the code information for the table 'cmap', encoding 1.0. The key is the code and the value is an int[2] where position 0 is the glyph number and position 1 is the glyph width normalized to 1000 units.
      See Also:
    • cmap31

      Map<Integer,int[]> 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 an int[2] where position 0 is the glyph number and position 1 is the glyph width normalized to 1000 units.
      See Also:
    • cmapExt

      Map<Integer,int[]> cmapExt
    • fontSpecific

      boolean fontSpecific
  • Constructor Details

    • CmapTable

      CmapTable()