Uses of Class
org.apache.fontbox.ttf.GlyphSubstitutionTable.FeatureRecord
-
Packages that use GlyphSubstitutionTable.FeatureRecord Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file. -
-
Uses of GlyphSubstitutionTable.FeatureRecord in org.apache.fontbox.ttf
Fields in org.apache.fontbox.ttf declared as GlyphSubstitutionTable.FeatureRecord Modifier and Type Field Description private GlyphSubstitutionTable.FeatureRecord[]
GlyphSubstitutionTable. featureList
Methods in org.apache.fontbox.ttf that return GlyphSubstitutionTable.FeatureRecord Modifier and Type Method Description (package private) GlyphSubstitutionTable.FeatureRecord[]
GlyphSubstitutionTable. readFeatureList(TTFDataStream data, long offset)
Methods in org.apache.fontbox.ttf that return types with arguments of type GlyphSubstitutionTable.FeatureRecord Modifier and Type Method 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 ofFeatureRecord
s from a collection ofLangSysTable
s.Methods in org.apache.fontbox.ttf with parameters of type GlyphSubstitutionTable.FeatureRecord Modifier and Type Method Description private int
GlyphSubstitutionTable. applyFeature(GlyphSubstitutionTable.FeatureRecord featureRecord, int gid)
Method parameters in org.apache.fontbox.ttf with type arguments of type GlyphSubstitutionTable.FeatureRecord Modifier and Type Method 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)
-