Package | Description |
---|---|
org.apache.fontbox.ttf |
This package contains classes to parse a TTF file.
|
Modifier and Type | Field and Description |
---|---|
private GlyphSubstitutionTable |
SubstitutingCmapLookup.gsub |
Modifier and Type | Method and Description |
---|---|
GlyphSubstitutionTable |
TrueTypeFont.getGsub()
Get the "gsub" table for this TTF.
|
Constructor and Description |
---|
SubstitutingCmapLookup(CmapSubtable cmap,
GlyphSubstitutionTable gsub,
java.util.List<java.lang.String> enabledFeatures) |