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.featureListMethods 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 ofFeatureRecords from a collection ofLangSysTables.Methods in org.apache.fontbox.ttf with parameters of type GlyphSubstitutionTable.FeatureRecordModifier and TypeMethodDescriptionprivate intGlyphSubstitutionTable.applyFeature(GlyphSubstitutionTable.FeatureRecord featureRecord, int gid) Method parameters in org.apache.fontbox.ttf with type arguments of type GlyphSubstitutionTable.FeatureRecordModifier and TypeMethodDescriptionprivate booleanGlyphSubstitutionTable.containsFeature(List<GlyphSubstitutionTable.FeatureRecord> featureRecords, String featureTag) private voidGlyphSubstitutionTable.removeFeature(List<GlyphSubstitutionTable.FeatureRecord> featureRecords, String featureTag)