Uses of Class
org.apache.fontbox.ttf.GlyphSubstitutionTable.FeatureRecord
Packages that use GlyphSubstitutionTable.FeatureRecord
-
Uses of GlyphSubstitutionTable.FeatureRecord in org.apache.fontbox.ttf
Fields in org.apache.fontbox.ttf declared as GlyphSubstitutionTable.FeatureRecordModifier and TypeFieldDescriptionprivate GlyphSubstitutionTable.FeatureRecord[]
GlyphSubstitutionTable.featureList
Methods in org.apache.fontbox.ttf that return GlyphSubstitutionTable.FeatureRecordModifier and TypeMethodDescription(package private) GlyphSubstitutionTable.FeatureRecord[]
GlyphSubstitutionTable.readFeatureList
(TTFDataStream data, long offset) Methods in org.apache.fontbox.ttf that return types with arguments of type GlyphSubstitutionTable.FeatureRecordModifier and TypeMethodDescriptionprivate List<GlyphSubstitutionTable.FeatureRecord>
GlyphSubstitutionTable.getFeatureRecords
(Collection<GlyphSubstitutionTable.LangSysTable> langSysTables, List<String> enabledFeatures) Get a list ofFeatureRecord
s from a collection ofLangSysTable
s.Methods in org.apache.fontbox.ttf with parameters of type GlyphSubstitutionTable.FeatureRecordModifier and TypeMethodDescriptionprivate int
GlyphSubstitutionTable.applyFeature
(GlyphSubstitutionTable.FeatureRecord featureRecord, int gid) Method parameters in org.apache.fontbox.ttf with type arguments of type GlyphSubstitutionTable.FeatureRecordModifier and TypeMethodDescriptionprivate boolean
GlyphSubstitutionTable.containsFeature
(List<GlyphSubstitutionTable.FeatureRecord> featureRecords, String featureTag) private void
GlyphSubstitutionTable.removeFeature
(List<GlyphSubstitutionTable.FeatureRecord> featureRecords, String featureTag)