Uses of Class
org.apache.fontbox.ttf.GlyphSubstitutionTable.ScriptTable
-
Packages that use GlyphSubstitutionTable.ScriptTable Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file. -
-
Uses of GlyphSubstitutionTable.ScriptTable in org.apache.fontbox.ttf
Fields in org.apache.fontbox.ttf declared as GlyphSubstitutionTable.ScriptTable Modifier and Type Field Description (package private) GlyphSubstitutionTable.ScriptTable
GlyphSubstitutionTable.ScriptRecord. scriptTable
Fields in org.apache.fontbox.ttf with type parameters of type GlyphSubstitutionTable.ScriptTable Modifier and Type Field Description private java.util.LinkedHashMap<java.lang.String,GlyphSubstitutionTable.ScriptTable>
GlyphSubstitutionTable. scriptList
Methods in org.apache.fontbox.ttf that return GlyphSubstitutionTable.ScriptTable Modifier and Type Method Description (package private) GlyphSubstitutionTable.ScriptTable
GlyphSubstitutionTable. readScriptTable(TTFDataStream data, long offset)
Methods in org.apache.fontbox.ttf that return types with arguments of type GlyphSubstitutionTable.ScriptTable Modifier and Type Method Description (package private) java.util.LinkedHashMap<java.lang.String,GlyphSubstitutionTable.ScriptTable>
GlyphSubstitutionTable. readScriptList(TTFDataStream data, long offset)
-