Uses of Class
org.apache.fontbox.ttf.table.common.FeatureRecord
Packages that use FeatureRecord
Package
Description
This package contains classes to parse a TTF file.
This package contains utility classes which extract meanigful data from the highly obfuscated GSUB table structures.
This package contains the highly obfuscated Layout Common Table Formats system of tables from the Open Type Font specs.
-
Uses of FeatureRecord in org.apache.fontbox.ttf
Methods in org.apache.fontbox.ttf that return types with arguments of type FeatureRecordModifier and TypeMethodDescriptionprivate List<FeatureRecord> GlyphSubstitutionTable.getFeatureRecords(Collection<LangSysTable> langSysTables, List<String> enabledFeatures) Get a list ofFeatureRecords from a collection ofLangSysTables.Methods in org.apache.fontbox.ttf with parameters of type FeatureRecordModifier and TypeMethodDescriptionprivate intGlyphSubstitutionTable.applyFeature(FeatureRecord featureRecord, int gid) Method parameters in org.apache.fontbox.ttf with type arguments of type FeatureRecordModifier and TypeMethodDescriptionprivate booleanGlyphSubstitutionTable.containsFeature(List<FeatureRecord> featureRecords, String featureTag) private voidGlyphSubstitutionTable.removeFeature(List<FeatureRecord> featureRecords, String featureTag) -
Uses of FeatureRecord in org.apache.fontbox.ttf.gsub
Methods in org.apache.fontbox.ttf.gsub with parameters of type FeatureRecordModifier and TypeMethodDescriptionprivate voidGlyphSubstitutionDataExtractor.populateGsubData(Map<String, Map<List<Integer>, Integer>> gsubData, FeatureRecord featureRecord, LookupListTable lookupListTable) -
Uses of FeatureRecord in org.apache.fontbox.ttf.table.common
Fields in org.apache.fontbox.ttf.table.common declared as FeatureRecordMethods in org.apache.fontbox.ttf.table.common that return FeatureRecordConstructors in org.apache.fontbox.ttf.table.common with parameters of type FeatureRecord