Home » pdfbox-1.1.0-src » org.apache.fontbox.ttf » [javadoc | source]
org.apache.fontbox.ttf
public class: TTFTable [javadoc | source]
java.lang.Object
   org.apache.fontbox.ttf.TTFTable

Direct Known Subclasses:
    OS2WindowsMetricsTable, PostScriptTable, HorizontalHeaderTable, DigitalSignatureTable, IndexToLocationTable, CMAPTable, HorizontalMetricsTable, NamingTable, MaximumProfileTable, HeaderTable, GlyphTable

A table in a true type font.
Method from org.apache.fontbox.ttf.TTFTable Summary:
getCheckSum,   getLength,   getOffset,   getTag,   initData,   setCheckSum,   setLength,   setOffset,   setTag
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.fontbox.ttf.TTFTable Detail:
 public long getCheckSum() 
 public long getLength() 
 public long getOffset() 
 public String getTag() 
 public  void initData(TrueTypeFont ttf,
    TTFDataStream data) throws IOException 
    This will read the required data from the stream.
 public  void setCheckSum(long checkSumValue) 
 public  void setLength(long lengthValue) 
 public  void setOffset(long offsetValue) 
 public  void setTag(String tagValue)