Uses of Class
org.apache.fontbox.ttf.table.common.FeatureRecord
-
Packages that use FeatureRecord Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file.org.apache.fontbox.ttf.gsub This package contains utility classes which extract meanigful data from the highly obfuscated GSUB table structures.org.apache.fontbox.ttf.table.common 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 FeatureRecord Modifier and Type Method Description private java.util.List<FeatureRecord>GlyphSubstitutionTable. getFeatureRecords(java.util.Collection<LangSysTable> langSysTables, java.util.List<java.lang.String> enabledFeatures)Get a list ofFeatureRecords from a collection ofLangSysTables.Methods in org.apache.fontbox.ttf with parameters of type FeatureRecord Modifier and Type Method Description private intGlyphSubstitutionTable. applyFeature(FeatureRecord featureRecord, int gid)Method parameters in org.apache.fontbox.ttf with type arguments of type FeatureRecord Modifier and Type Method Description private booleanGlyphSubstitutionTable. containsFeature(java.util.List<FeatureRecord> featureRecords, java.lang.String featureTag)private voidGlyphSubstitutionTable. removeFeature(java.util.List<FeatureRecord> featureRecords, java.lang.String featureTag) -
Uses of FeatureRecord in org.apache.fontbox.ttf.gsub
Methods in org.apache.fontbox.ttf.gsub with parameters of type FeatureRecord Modifier and Type Method Description private voidGlyphSubstitutionDataExtractor. populateGsubData(java.util.Map<java.lang.String,java.util.Map<java.util.List<java.lang.Integer>,java.lang.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 FeatureRecord Modifier and Type Field Description private FeatureRecord[]FeatureListTable. featureRecordsMethods in org.apache.fontbox.ttf.table.common that return FeatureRecord Modifier and Type Method Description FeatureRecord[]FeatureListTable. getFeatureRecords()Constructors in org.apache.fontbox.ttf.table.common with parameters of type FeatureRecord Constructor Description FeatureListTable(int featureCount, FeatureRecord[] featureRecords)
-