Package | Description |
---|---|
org.apache.fontbox.ttf |
This package contains classes to parse a TTF file.
|
Modifier and Type | Field and Description |
---|---|
private GlyphSubstitutionTable.LookupTable[] |
GlyphSubstitutionTable.lookupList |
Modifier and Type | Method and Description |
---|---|
(package private) GlyphSubstitutionTable.LookupTable[] |
GlyphSubstitutionTable.readLookupList(TTFDataStream data,
long offset) |
(package private) GlyphSubstitutionTable.LookupTable |
GlyphSubstitutionTable.readLookupTable(TTFDataStream data,
long offset) |
Modifier and Type | Method and Description |
---|---|
private int |
GlyphSubstitutionTable.doLookup(GlyphSubstitutionTable.LookupTable lookupTable,
int gid) |