Uses of Class
org.apache.fontbox.ttf.table.common.LangSysTable
Packages that use LangSysTable
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.
This package contains the highly obfuscated Layout Common Table Formats system of tables from the Open Type Font specs.
-
Uses of LangSysTable in org.apache.fontbox.ttf
Methods in org.apache.fontbox.ttf that return LangSysTableModifier and TypeMethodDescriptionprivate LangSysTableGlyphSubstitutionTable.readLangSysTable(TTFDataStream data, long offset) Methods in org.apache.fontbox.ttf that return types with arguments of type LangSysTableModifier and TypeMethodDescriptionprivate Collection<LangSysTable> GlyphSubstitutionTable.getLangSysTables(String scriptTag) Method parameters in org.apache.fontbox.ttf with type arguments of type LangSysTableModifier and TypeMethodDescriptionprivate List<FeatureRecord> GlyphSubstitutionTable.getFeatureRecords(Collection<LangSysTable> langSysTables, List<String> enabledFeatures) Get a list ofFeatureRecords from a collection ofLangSysTables. -
Uses of LangSysTable in org.apache.fontbox.ttf.gsub
Methods in org.apache.fontbox.ttf.gsub with parameters of type LangSysTableModifier and TypeMethodDescriptionprivate voidGlyphSubstitutionDataExtractor.populateGsubData(Map<String, Map<List<Integer>, Integer>> gsubData, LangSysTable langSysTable, FeatureListTable featureListTable, LookupListTable lookupListTable) -
Uses of LangSysTable in org.apache.fontbox.ttf.table.common
Fields in org.apache.fontbox.ttf.table.common declared as LangSysTableFields in org.apache.fontbox.ttf.table.common with type parameters of type LangSysTableModifier and TypeFieldDescriptionprivate final Map<String, LangSysTable> ScriptTable.langSysTablesMethods in org.apache.fontbox.ttf.table.common that return LangSysTableMethods in org.apache.fontbox.ttf.table.common that return types with arguments of type LangSysTableConstructors in org.apache.fontbox.ttf.table.common with parameters of type LangSysTableModifierConstructorDescriptionScriptTable(LangSysTable defaultLangSysTable, Map<String, LangSysTable> langSysTables) Constructor parameters in org.apache.fontbox.ttf.table.common with type arguments of type LangSysTableModifierConstructorDescriptionScriptTable(LangSysTable defaultLangSysTable, Map<String, LangSysTable> langSysTables)