Class TTTable

java.lang.Object
de.intarsys.cwt.font.truetype.TTTable

public class TTTable extends Object
  • Constructor Details

    • TTTable

      protected TTTable(TTFont font, long offset, long length)
  • Method Details

    • createChecksum

      protected int createChecksum() throws IOException
      Throws:
      IOException
    • getChecksum

      public int getChecksum()
    • getFont

      public TTFont getFont()
    • getLength

      public long getLength()
    • getName

      public byte[] getName()
    • getOffset

      public long getOffset()
    • getRandomAccess

      public de.intarsys.tools.randomaccess.IRandomAccess getRandomAccess() throws IOException
      Throws:
      IOException
    • setBytes

      protected void setBytes(byte[] pBytes)
    • setChecksum

      protected void setChecksum(int i)
    • setName

      public void setName(byte[] string)
    • toString

      public String toString()
      Overrides:
      toString in class Object