Uses of Class
org.apache.fontbox.ttf.table.common.FeatureListTable
-
Packages that use FeatureListTable Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file.org.apache.fontbox.ttf.gsub 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 FeatureListTable Modifier and Type Field Description private FeatureListTableGlyphSubstitutionTable. featureListTableMethods in org.apache.fontbox.ttf that return FeatureListTable Modifier and Type Method Description private 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 FeatureListTable Modifier and Type Method Description private MapBackedGsubDataGlyphSubstitutionDataExtractor. buildMapBackedGsubData(FeatureListTable featureListTable, LookupListTable lookupListTable, GlyphSubstitutionDataExtractor.ScriptTableDetails scriptTableDetails)GsubDataGlyphSubstitutionDataExtractor. getGsubData(java.lang.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.GsubDataGlyphSubstitutionDataExtractor. getGsubData(java.util.Map<java.lang.String,ScriptTable> scriptList, FeatureListTable featureListTable, LookupListTable lookupListTable)private voidGlyphSubstitutionDataExtractor. populateGsubData(java.util.Map<java.lang.String,java.util.Map<java.util.List<java.lang.Integer>,java.lang.Integer>> gsubData, LangSysTable langSysTable, FeatureListTable featureListTable, LookupListTable lookupListTable)
-