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 TypeClassDescriptionclassPostScript font program (compact font format).classThe "cmap" table of a true type font.classA table in a true type font.classA glyph substitution 'GSUB' table in a TrueType or OpenType font.classA table in a true type font.classA table in a true type font.classA table in a true type font.classA table in a true type font.classA table in a true type font.classA 'kern' table in a true type font.classA table in a true type font.classA table in a true type font.classThe OS/2 and Windows Metrics Table in a TrueType font, see here.classOpenType Layout (OTL) table.classA table in a true type font.classA vertical header 'vhea' table in a TrueType or OpenType font.classA vertical metrics 'vmtx' table in a TrueType or OpenType font.classA 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 TTFTableThis will get the table for the given tag.protected TTFTableOTFParser.readTable(TrueTypeFont font, String tag) protected TTFTableTTFParser.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.