Class CmapTable

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

public class CmapTable extends Object implements Table
  • 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