Uses of Class
org.apache.fontbox.ttf.TTFTable
- 
Packages that use TTFTable Package Description 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 Modifier and Type Class Description classCMAPTableA table in a true type font.classDigitalSignatureTableA table in a true type font.classGlyphTableA table in a true type font.classHeaderTableA table in a true type font.classHorizontalHeaderTableA table in a true type font.classHorizontalMetricsTableA table in a true type font.classIndexToLocationTableA table in a true type font.classMaximumProfileTableA table in a true type font.classNamingTableA table in a true type font.classOS2WindowsMetricsTableA table in a true type font.classPostScriptTableA table in a true type font.Methods in org.apache.fontbox.ttf that return types with arguments of type TTFTable Modifier and Type Method Description java.util.Collection<TTFTable>TrueTypeFont. getTables()Get all of the tables.Methods in org.apache.fontbox.ttf with parameters of type TTFTable Modifier and Type Method Description voidTrueTypeFont. addTable(TTFTable table)Add a table definition.voidTrueTypeFont. initializeTable(TTFTable table)Initialize the given table if necessary. 
 -