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 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 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 void
TrueTypeFont. addTable(TTFTable table)
Add a table definition.void
TrueTypeFont. initializeTable(TTFTable table)
Initialize the given table if necessary.
-