Uses of Class
org.apache.fontbox.ttf.TTFTable
Packages that use TTFTable
-
Uses of TTFTable in org.apache.fontbox.ttf
Subclasses of TTFTable in org.apache.fontbox.ttfModifier and TypeClassDescriptionclass
PostScript font program (compact font format).class
The "cmap" table of a true type font.class
A table in a true type font.class
A glyph substitution 'GSUB' table in a TrueType or OpenType font.class
A table in a true type font.class
A table in a true type font.class
A table in a true type font.class
A table in a true type font.class
A table in a true type font.class
A 'kern' table in a true type font.class
A table in a true type font.class
A table in a true type font.class
The OS/2 and Windows Metrics Table in a TrueType font, see here.class
OpenType Layout (OTL) table.class
A table in a true type font.class
A vertical header 'vhea' table in a TrueType or OpenType font.class
A vertical metrics 'vmtx' table in a TrueType or OpenType font.class
A vertical origin 'VORG' table in an OpenType font.Fields in org.apache.fontbox.ttf with type parameters of type TTFTableMethods in org.apache.fontbox.ttf that return TTFTableModifier and TypeMethodDescriptionprotected TTFTable
This will get the table for the given tag.protected TTFTable
OTFParser.readTable
(TrueTypeFont font, String tag) protected TTFTable
TTFParser.readTable
(TrueTypeFont font, String tag) Methods in org.apache.fontbox.ttf that return types with arguments of type TTFTableModifier and TypeMethodDescriptionTrueTypeFont.getTableMap()
Get all of the tables.TrueTypeFont.getTables()
Get all of the tables.Methods in org.apache.fontbox.ttf with parameters of type TTFTableModifier and TypeMethodDescriptionbyte[]
TrueTypeFont.getTableBytes
(TTFTable table) Returns the raw bytes of the given table.