Uses of Class
org.apache.fontbox.ttf.GlyphSubstitutionTable.LangSysTable
-
Packages that use GlyphSubstitutionTable.LangSysTable Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file. -
-
Uses of GlyphSubstitutionTable.LangSysTable in org.apache.fontbox.ttf
Fields in org.apache.fontbox.ttf declared as GlyphSubstitutionTable.LangSysTable Modifier and Type Field Description (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.LangSysTable Modifier and Type Field Description (package private) java.util.LinkedHashMap<java.lang.String,GlyphSubstitutionTable.LangSysTable>
GlyphSubstitutionTable.ScriptTable. langSysTables
Methods in org.apache.fontbox.ttf that return GlyphSubstitutionTable.LangSysTable Modifier and Type Method Description (package private) GlyphSubstitutionTable.LangSysTable
GlyphSubstitutionTable. readLangSysTable(TTFDataStream data, long offset)
Methods in org.apache.fontbox.ttf that return types with arguments of type GlyphSubstitutionTable.LangSysTable Modifier and Type Method Description private java.util.Collection<GlyphSubstitutionTable.LangSysTable>
GlyphSubstitutionTable. getLangSysTables(java.lang.String scriptTag)
Method parameters in org.apache.fontbox.ttf with type arguments of type GlyphSubstitutionTable.LangSysTable Modifier and Type Method Description private java.util.List<GlyphSubstitutionTable.FeatureRecord>
GlyphSubstitutionTable. getFeatureRecords(java.util.Collection<GlyphSubstitutionTable.LangSysTable> langSysTables, java.util.List<java.lang.String> enabledFeatures)
Get a list ofFeatureRecord
s from a collection ofLangSysTable
s.
-