Uses of Class
org.apache.fontbox.ttf.table.common.ScriptTable
Packages that use ScriptTable
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 ScriptTable in org.apache.fontbox.ttf
Fields in org.apache.fontbox.ttf with type parameters of type ScriptTableModifier and TypeFieldDescriptionprivate Map<String, ScriptTable> GlyphSubstitutionTable.scriptListMethods in org.apache.fontbox.ttf that return ScriptTableModifier and TypeMethodDescriptionprivate ScriptTableGlyphSubstitutionTable.readScriptTable(TTFDataStream data, long offset) Methods in org.apache.fontbox.ttf that return types with arguments of type ScriptTableModifier and TypeMethodDescriptionprivate Map<String, ScriptTable> GlyphSubstitutionTable.readScriptList(TTFDataStream data, long offset) -
Uses of ScriptTable in org.apache.fontbox.ttf.gsub
Fields in org.apache.fontbox.ttf.gsub declared as ScriptTableModifier and TypeFieldDescriptionprivate final ScriptTableGlyphSubstitutionDataExtractor.ScriptTableDetails.scriptTableMethods in org.apache.fontbox.ttf.gsub that return ScriptTableModifier and TypeMethodDescriptionGlyphSubstitutionDataExtractor.ScriptTableDetails.getScriptTable()Methods in org.apache.fontbox.ttf.gsub with parameters of type ScriptTableModifier and TypeMethodDescriptionGlyphSubstitutionDataExtractor.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.Method parameters in org.apache.fontbox.ttf.gsub with type arguments of type ScriptTableModifier and TypeMethodDescriptionGlyphSubstitutionDataExtractor.getGsubData(Map<String, ScriptTable> scriptList, FeatureListTable featureListTable, LookupListTable lookupListTable) GlyphSubstitutionDataExtractor.getSupportedLanguage(Map<String, ScriptTable> scriptList) Constructors in org.apache.fontbox.ttf.gsub with parameters of type ScriptTableModifierConstructorDescriptionprivateScriptTableDetails(Language language, String featureName, ScriptTable scriptTable)