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 classCFFTablePostScript font program (compact font format).classCmapTableThis 'cmap'-table is a required table in a TrueType font.classDigitalSignatureTableA table in a true type font.classGlyphSubstitutionTableA glyph substitution 'GSUB' table in a TrueType or OpenType font.classGlyphTableThis 'glyf'-table is a required table in a TrueType font.classHeaderTableThis 'head'-table is a required table in a TrueType font.classHorizontalHeaderTableThis 'hhea'-table is a required table in a TrueType font.classHorizontalMetricsTableThis 'hmtx'-table is a required table in a TrueType font.classIndexToLocationTableThis 'loca'-table is a required table in a TrueType font.classKerningTableA 'kern' table in a true type font.classMaximumProfileTableThis 'maxp'-table is a required table in a TrueType font.classNamingTableThis 'name'-table is a required table in a TrueType font.classOS2WindowsMetricsTableThe OS/2 and Windows Metrics Table in a TrueType font, see here.classOTLTableOpenType Layout (OTL) table.classPostScriptTableThis 'post'-table is a required table in a TrueType-font.classVerticalHeaderTableA vertical header 'vhea' table in a TrueType or OpenType font.classVerticalMetricsTableA vertical metrics 'vmtx' table in a TrueType or OpenType font.classVerticalOriginTableA vertical origin 'VORG' table in an OpenType font.Fields in org.apache.fontbox.ttf with type parameters of type TTFTable Modifier and Type Field Description protected java.util.Map<java.lang.String,TTFTable>TrueTypeFont. tablesMethods in org.apache.fontbox.ttf that return TTFTable Modifier and Type Method Description protected TTFTableTrueTypeFont. getTable(java.lang.String tag)This will get the table for the given tag.protected TTFTableOTFParser. readTable(java.lang.String tag)protected TTFTableTTFParser. readTable(java.lang.String tag)private TTFTableTTFParser. readTableDirectory(TTFDataStream raf)Methods in org.apache.fontbox.ttf that return types with arguments of type TTFTable Modifier and Type Method Description java.util.Map<java.lang.String,TTFTable>TrueTypeFont. getTableMap()Get all of the tables.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 (package private) voidTrueTypeFont. addTable(TTFTable table)Add 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) voidTrueTypeFont. readTable(TTFTable table)Read the given table if necessary.
-