Uses of Enum
org.apache.fontbox.ttf.model.Language
Packages that use Language
Package
Description
This package contains utility classes which extract meanigful data from the highly obfuscated GSUB table structures.
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 LanguageModifier and TypeFieldDescriptionprivate final LanguageGlyphSubstitutionDataExtractor.ScriptTableDetails.languageMethods in org.apache.fontbox.ttf.gsub that return LanguageModifier and TypeMethodDescriptionGlyphSubstitutionDataExtractor.ScriptTableDetails.getLanguage()Constructors in org.apache.fontbox.ttf.gsub with parameters of type LanguageModifierConstructorDescriptionprivateScriptTableDetails(Language language, String featureName, ScriptTable scriptTable) -
Uses of Language in org.apache.fontbox.ttf.model
Fields in org.apache.fontbox.ttf.model declared as LanguageMethods in org.apache.fontbox.ttf.model that return LanguageModifier and TypeMethodDescriptionGsubData.getLanguage()MapBackedGsubData.getLanguage()static LanguageReturns 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