Home » pdfbox-1.1.0-src » org.apache.fontbox.ttf » [javadoc | source]
org.apache.fontbox.ttf
public class: NamingTable [javadoc | source]
java.lang.Object
   org.apache.fontbox.ttf.TTFTable
      org.apache.fontbox.ttf.NamingTable
A table in a true type font.
Field Summary
public static final  String TAG    A tag that identifies this table type. 
Method from org.apache.fontbox.ttf.NamingTable Summary:
getNameRecords,   initData
Methods from org.apache.fontbox.ttf.TTFTable:
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.NamingTable Detail:
 public List<NameRecord> getNameRecords() 
    This will get the name records for this naming table.
 public  void initData(TrueTypeFont ttf,
    TTFDataStream data) throws IOException 
    This will read the required data from the stream.