Class CmapTable

  • All Implemented Interfaces:
    Table

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

      • version

        private int version
      • numTables

        private int numTables
    • Constructor Detail

      • CmapTable

        protected CmapTable​(DirectoryEntry de,
                            java.io.RandomAccessFile raf)
                     throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • 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 java.lang.String toString()
        Overrides:
        toString in class java.lang.Object