Uses of Class
org.apache.fontbox.ttf.table.common.FeatureTable
-
Packages that use FeatureTable Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file.org.apache.fontbox.ttf.table.common This package contains the highly obfuscated Layout Common Table Formats system of tables from the Open Type Font specs. -
-
Uses of FeatureTable in org.apache.fontbox.ttf
Methods in org.apache.fontbox.ttf that return FeatureTable Modifier and Type Method Description private FeatureTableGlyphSubstitutionTable. readFeatureTable(TTFDataStream data, long offset) -
Uses of FeatureTable in org.apache.fontbox.ttf.table.common
Fields in org.apache.fontbox.ttf.table.common declared as FeatureTable Modifier and Type Field Description private FeatureTableFeatureRecord. featureTableMethods in org.apache.fontbox.ttf.table.common that return FeatureTable Modifier and Type Method Description FeatureTableFeatureRecord. getFeatureTable()Constructors in org.apache.fontbox.ttf.table.common with parameters of type FeatureTable Constructor Description FeatureRecord(java.lang.String featureTag, FeatureTable featureTable)
-