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.ScriptTableGlyphSubstitutionTable.ScriptRecord. scriptTableFields 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. scriptListMethods in org.apache.fontbox.ttf that return GlyphSubstitutionTable.ScriptTable Modifier and Type Method Description (package private) GlyphSubstitutionTable.ScriptTableGlyphSubstitutionTable. 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)
-