Class CmapFormat

java.lang.Object
org.apache.batik.svggen.font.table.CmapFormat
Direct Known Subclasses:
CmapFormat0, CmapFormat2, CmapFormat4, CmapFormat6

public abstract class CmapFormat extends Object
  • Field Details

    • format

      protected int format
    • length

      protected int length
    • version

      protected int version
  • Constructor Details

  • Method Details

    • create

      protected static CmapFormat create(int format, RandomAccessFile raf) throws IOException
      Throws:
      IOException
    • getFormat

      public int getFormat()
    • getLength

      public int getLength()
    • getVersion

      public int getVersion()
    • mapCharCode

      public abstract int mapCharCode(int charCode)
    • getFirst

      public abstract int getFirst()
    • getLast

      public abstract int getLast()
    • toString

      public String toString()
      Overrides:
      toString in class Object