Class CmapTable

java.lang.Object
org.apache.batik.svggen.font.table.CmapTable
All Implemented Interfaces:
Table

public class CmapTable extends Object implements Table
Version:
$Id: CmapTable.java 1733416 2016-03-03 07:07:13Z gadams $
  • Field Details

    • version

      private int version
    • numTables

      private int numTables
    • entries

      private CmapIndexEntry[] entries
    • formats

      private CmapFormat[] formats
  • Constructor Details

  • Method Details

    • getCmapFormat

      public CmapFormat getCmapFormat(short platformId, short encodingId)
    • getType

      public int getType()
      Description copied from interface: Table
      Get the table type, as a table directory value.
      Specified by:
      getType in interface Table
      Returns:
      The table type
    • toString

      public String toString()
      Overrides:
      toString in class Object