Uses of Class
org.apache.fontbox.ttf.model.Language
-
Packages that use Language Package Description org.apache.fontbox.ttf.gsub This package contains utility classes which extract meanigful data from the highly obfuscated GSUB table structures.org.apache.fontbox.ttf.model This package contains a more logical model for the various font tables like GSUB. -
-
Uses of Language in org.apache.fontbox.ttf.gsub
Fields in org.apache.fontbox.ttf.gsub declared as Language Modifier and Type Field Description private LanguageGlyphSubstitutionDataExtractor.ScriptTableDetails. languageMethods in org.apache.fontbox.ttf.gsub that return Language Modifier and Type Method Description LanguageGlyphSubstitutionDataExtractor.ScriptTableDetails. getLanguage()Constructors in org.apache.fontbox.ttf.gsub with parameters of type Language Constructor Description ScriptTableDetails(Language language, java.lang.String featureName, ScriptTable scriptTable) -
Uses of Language in org.apache.fontbox.ttf.model
Fields in org.apache.fontbox.ttf.model declared as Language Modifier and Type Field Description private LanguageMapBackedGsubData. languageMethods in org.apache.fontbox.ttf.model that return Language Modifier and Type Method Description LanguageGsubData. getLanguage()LanguageMapBackedGsubData. getLanguage()static LanguageLanguage. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Language[]Language. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.fontbox.ttf.model with parameters of type Language Constructor Description MapBackedGsubData(Language language, java.lang.String activeScriptName, java.util.Map<java.lang.String,java.util.Map<java.util.List<java.lang.Integer>,java.lang.Integer>> glyphSubstitutionMap)
-