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).classCmapTableThe "cmap" table of a true type font.classDigitalSignatureTableA table in a true type font.classGlyphSubstitutionTableA glyph substitution 'GSUB' table in a TrueType or OpenType font.classGlyphTableA table in a true type font.classHeaderTableA table in a true type font.classHorizontalHeaderTableA table in a true type font.classHorizontalMetricsTableA table in a true type font.classIndexToLocationTableA table in a true type font.classKerningTableA 'kern' table in a true type font.classMaximumProfileTableA table in a true type font.classNamingTableA table in a true type font.classOS2WindowsMetricsTableThe OS/2 and Windows Metrics Table in a TrueType font, see here.classOTLTableOpenType Layout (OTL) table.classPostScriptTableA table in a true type 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(TrueTypeFont font, java.lang.String tag)protected TTFTableTTFParser. readTable(TrueTypeFont font, java.lang.String tag)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 byte[]TrueTypeFont. getTableBytes(TTFTable table)Returns the raw bytes of the given table.
-