Uses of Class
org.apache.fontbox.ttf.TTFTable

Packages that use TTFTable
org.apache.fontbox.ttf This package contains classes to parse a TTF file. 
 

Uses of TTFTable in org.apache.fontbox.ttf
 

Subclasses of TTFTable in org.apache.fontbox.ttf
 class CMAPTable
          A table in a true type font.
 class DigitalSignatureTable
          A table in a true type font.
 class GlyphTable
          A table in a true type font.
 class HeaderTable
          A table in a true type font.
 class HorizontalHeaderTable
          A table in a true type font.
 class HorizontalMetricsTable
          A table in a true type font.
 class IndexToLocationTable
          A table in a true type font.
 class MaximumProfileTable
          A table in a true type font.
 class NamingTable
          A table in a true type font.
 class OS2WindowsMetricsTable
          A table in a true type font.
 class PostScriptTable
          A table in a true type font.
 

Methods in org.apache.fontbox.ttf with parameters of type TTFTable
 void TrueTypeFont.addTable(TTFTable table)
          Add a table definition.