Uses of Class
org.apache.fontbox.ttf.GlyphSubstitutionTable.LangSysTable
Packages that use GlyphSubstitutionTable.LangSysTable
-
Uses of GlyphSubstitutionTable.LangSysTable in org.apache.fontbox.ttf
Fields in org.apache.fontbox.ttf declared as GlyphSubstitutionTable.LangSysTableModifier and TypeFieldDescription(package private) GlyphSubstitutionTable.LangSysTable
GlyphSubstitutionTable.ScriptTable.defaultLangSysTable
(package private) GlyphSubstitutionTable.LangSysTable
GlyphSubstitutionTable.LangSysRecord.langSysTable
Fields in org.apache.fontbox.ttf with type parameters of type GlyphSubstitutionTable.LangSysTableModifier and TypeFieldDescription(package private) LinkedHashMap<String,
GlyphSubstitutionTable.LangSysTable> GlyphSubstitutionTable.ScriptTable.langSysTables
Methods in org.apache.fontbox.ttf that return GlyphSubstitutionTable.LangSysTableModifier and TypeMethodDescription(package private) GlyphSubstitutionTable.LangSysTable
GlyphSubstitutionTable.readLangSysTable
(TTFDataStream data, long offset) Methods in org.apache.fontbox.ttf that return types with arguments of type GlyphSubstitutionTable.LangSysTableMethod parameters in org.apache.fontbox.ttf with type arguments of type GlyphSubstitutionTable.LangSysTableModifier and TypeMethodDescriptionprivate List<GlyphSubstitutionTable.FeatureRecord>
GlyphSubstitutionTable.getFeatureRecords
(Collection<GlyphSubstitutionTable.LangSysTable> langSysTables, List<String> enabledFeatures) Get a list ofFeatureRecord
s from a collection ofLangSysTable
s.