Uses of Class
org.apache.fontbox.ttf.table.common.FeatureListTable
Packages that use FeatureListTable
Package
Description
This package contains classes to parse a TTF file.
This package contains utility classes which extract meanigful data from the highly obfuscated GSUB table structures.
-
Uses of FeatureListTable in org.apache.fontbox.ttf
Fields in org.apache.fontbox.ttf declared as FeatureListTableModifier and TypeFieldDescriptionprivate FeatureListTableGlyphSubstitutionTable.featureListTableMethods in org.apache.fontbox.ttf that return FeatureListTableModifier and TypeMethodDescriptionprivate FeatureListTableGlyphSubstitutionTable.readFeatureList(TTFDataStream data, long offset) -
Uses of FeatureListTable in org.apache.fontbox.ttf.gsub
Methods in org.apache.fontbox.ttf.gsub with parameters of type FeatureListTableModifier and TypeMethodDescriptionprivate MapBackedGsubDataGlyphSubstitutionDataExtractor.buildMapBackedGsubData(FeatureListTable featureListTable, LookupListTable lookupListTable, GlyphSubstitutionDataExtractor.ScriptTableDetails scriptTableDetails) GlyphSubstitutionDataExtractor.getGsubData(String scriptName, ScriptTable scriptTable, FeatureListTable featureListTable, LookupListTable lookupListTable) UnlikeGlyphSubstitutionDataExtractor.getGsubData(Map, FeatureListTable, LookupListTable), this method doesn't iterate over supportedLanguage's searching for the first match with the scripts of the font.GlyphSubstitutionDataExtractor.getGsubData(Map<String, ScriptTable> scriptList, FeatureListTable featureListTable, LookupListTable lookupListTable) private voidGlyphSubstitutionDataExtractor.populateGsubData(Map<String, Map<List<Integer>, Integer>> gsubData, LangSysTable langSysTable, FeatureListTable featureListTable, LookupListTable lookupListTable)