Package org.apache.fontbox.ttf
Class GlyphSubstitutionTable.ScriptRecord
- java.lang.Object
-
- org.apache.fontbox.ttf.GlyphSubstitutionTable.ScriptRecord
-
- Enclosing class:
- GlyphSubstitutionTable
static class GlyphSubstitutionTable.ScriptRecord extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) GlyphSubstitutionTable.ScriptTable
scriptTable
(package private) java.lang.String
scriptTag
-
Constructor Summary
Constructors Constructor Description ScriptRecord()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
scriptTag
java.lang.String scriptTag
-
scriptTable
GlyphSubstitutionTable.ScriptTable scriptTable
-
-