Package | Description |
---|---|
org.apache.fontbox.ttf |
This package contains classes to parse a TTF file.
|
Modifier and Type | Field and Description |
---|---|
private GlyphSubstitutionTable.FeatureRecord[] |
GlyphSubstitutionTable.featureList |
Modifier and Type | Method and Description |
---|---|
(package private) GlyphSubstitutionTable.FeatureRecord[] |
GlyphSubstitutionTable.readFeatureList(TTFDataStream data,
long offset) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<GlyphSubstitutionTable.FeatureRecord> |
GlyphSubstitutionTable.getFeatureRecords(java.util.Collection<GlyphSubstitutionTable.LangSysTable> langSysTables,
java.util.List<java.lang.String> enabledFeatures)
Get a list of
FeatureRecord s from a collection of LangSysTable s. |
Modifier and Type | Method and Description |
---|---|
private int |
GlyphSubstitutionTable.applyFeature(GlyphSubstitutionTable.FeatureRecord featureRecord,
int gid) |
Modifier and Type | Method and Description |
---|---|
private boolean |
GlyphSubstitutionTable.containsFeature(java.util.List<GlyphSubstitutionTable.FeatureRecord> featureRecords,
java.lang.String featureTag) |
private void |
GlyphSubstitutionTable.removeFeature(java.util.List<GlyphSubstitutionTable.FeatureRecord> featureRecords,
java.lang.String featureTag) |