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).classThis 'cmap'-table is a required table in a TrueType font.classA table in a true type font.classA glyph substitution 'GSUB' table in a TrueType or OpenType font.classThis 'glyf'-table is a required table in a TrueType font.classThis 'head'-table is a required table in a TrueType font.classThis 'hhea'-table is a required table in a TrueType font.classThis 'hmtx'-table is a required table in a TrueType font.classThis 'loca'-table is a required table in a TrueType font.classA 'kern' table in a true type font.classThis 'maxp'-table is a required table in a TrueType font.classThis 'name'-table is a required table in a TrueType font.classThe OS/2 and Windows Metrics Table in a TrueType font, see here.classOpenType Layout (OTL) table.classThis 'post'-table is a required table in a TrueType-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 TTFTableprotected TTFTableprivate TTFTableTTFParser.readTableDirectory(TTFDataStream raf) 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 TypeMethodDescription(package private) voidAdd a table definition.byte[]TrueTypeFont.getTableBytes(TTFTable table) Returns the raw bytes of the given table.byte[]TrueTypeFont.getTableNBytes(TTFTable table, int limit) Returns the raw bytes of the given table, no more thanlimitbytes.(package private) voidRead the given table if necessary.