de.intarsys.cwt.font.truetype
Class TTTable
java.lang.Object
de.intarsys.cwt.font.truetype.TTTable
public class TTTable
- extends java.lang.Object
Constructor Summary |
protected |
TTTable(TTFont font,
long offset,
long length)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TTTable
protected TTTable(TTFont font,
long offset,
long length)
createChecksum
protected int createChecksum()
throws java.io.IOException
- Throws:
java.io.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 java.io.IOException
- Throws:
java.io.IOException
setBytes
protected void setBytes(byte[] pBytes)
setChecksum
protected void setChecksum(int i)
setName
public void setName(byte[] string)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object