Uses of Class
org.apache.fontbox.ttf.table.common.LangSysTable
-
Packages that use LangSysTable Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file.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.table.common 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 LangSysTable Modifier and Type Method Description private LangSysTableGlyphSubstitutionTable. readLangSysTable(TTFDataStream data, long offset)Methods in org.apache.fontbox.ttf that return types with arguments of type LangSysTable Modifier and Type Method Description private java.util.Collection<LangSysTable>GlyphSubstitutionTable. getLangSysTables(java.lang.String scriptTag)Method parameters in org.apache.fontbox.ttf with type arguments of type LangSysTable Modifier and Type Method Description private java.util.List<FeatureRecord>GlyphSubstitutionTable. getFeatureRecords(java.util.Collection<LangSysTable> langSysTables, java.util.List<java.lang.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 LangSysTable Modifier and Type Method Description private voidGlyphSubstitutionDataExtractor. populateGsubData(java.util.Map<java.lang.String,java.util.Map<java.util.List<java.lang.Integer>,java.lang.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 LangSysTable Modifier and Type Field Description private LangSysTableScriptTable. defaultLangSysTableFields in org.apache.fontbox.ttf.table.common with type parameters of type LangSysTable Modifier and Type Field Description private java.util.Map<java.lang.String,LangSysTable>ScriptTable. langSysTablesMethods in org.apache.fontbox.ttf.table.common that return LangSysTable Modifier and Type Method Description LangSysTableScriptTable. getDefaultLangSysTable()Methods in org.apache.fontbox.ttf.table.common that return types with arguments of type LangSysTable Modifier and Type Method Description java.util.Map<java.lang.String,LangSysTable>ScriptTable. getLangSysTables()Constructors in org.apache.fontbox.ttf.table.common with parameters of type LangSysTable Constructor Description ScriptTable(LangSysTable defaultLangSysTable, java.util.Map<java.lang.String,LangSysTable> langSysTables)Constructor parameters in org.apache.fontbox.ttf.table.common with type arguments of type LangSysTable Constructor Description ScriptTable(LangSysTable defaultLangSysTable, java.util.Map<java.lang.String,LangSysTable> langSysTables)
-