Uses of Class
org.apache.fontbox.ttf.table.common.LookupListTable
-
Packages that use LookupListTable 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 LookupListTable in org.apache.fontbox.ttf
Fields in org.apache.fontbox.ttf declared as LookupListTable Modifier and Type Field Description private LookupListTableGlyphSubstitutionTable. lookupListTableMethods in org.apache.fontbox.ttf that return LookupListTable Modifier and Type Method Description private LookupListTableGlyphSubstitutionTable. readLookupList(TTFDataStream data, long offset) -
Uses of LookupListTable in org.apache.fontbox.ttf.gsub
Methods in org.apache.fontbox.ttf.gsub with parameters of type LookupListTable 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, FeatureRecord featureRecord, 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)
-