Uses of Class
org.apache.fontbox.ttf.table.common.ScriptTable
-
Packages that use ScriptTable 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 ScriptTable in org.apache.fontbox.ttf
Fields in org.apache.fontbox.ttf with type parameters of type ScriptTable Modifier and Type Field Description private java.util.Map<java.lang.String,ScriptTable>GlyphSubstitutionTable. scriptListMethods in org.apache.fontbox.ttf that return ScriptTable Modifier and Type Method Description private ScriptTableGlyphSubstitutionTable. readScriptTable(TTFDataStream data, long offset)Methods in org.apache.fontbox.ttf that return types with arguments of type ScriptTable Modifier and Type Method Description private java.util.Map<java.lang.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 ScriptTable Modifier and Type Field Description private ScriptTableGlyphSubstitutionDataExtractor.ScriptTableDetails. scriptTableMethods in org.apache.fontbox.ttf.gsub that return ScriptTable Modifier and Type Method Description ScriptTableGlyphSubstitutionDataExtractor.ScriptTableDetails. getScriptTable()Methods in org.apache.fontbox.ttf.gsub with parameters of type ScriptTable Modifier and Type Method Description 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.Method parameters in org.apache.fontbox.ttf.gsub with type arguments of type ScriptTable Modifier and Type Method Description GsubDataGlyphSubstitutionDataExtractor. getGsubData(java.util.Map<java.lang.String,ScriptTable> scriptList, FeatureListTable featureListTable, LookupListTable lookupListTable)private GlyphSubstitutionDataExtractor.ScriptTableDetailsGlyphSubstitutionDataExtractor. getSupportedLanguage(java.util.Map<java.lang.String,ScriptTable> scriptList)Constructors in org.apache.fontbox.ttf.gsub with parameters of type ScriptTable Constructor Description ScriptTableDetails(Language language, java.lang.String featureName, ScriptTable scriptTable)
-