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. featureListMethods 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 ofFeatureRecords from a collection ofLangSysTables.Methods in org.apache.fontbox.ttf with parameters of type GlyphSubstitutionTable.FeatureRecord Modifier and Type Method Description private intGlyphSubstitutionTable. 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 booleanGlyphSubstitutionTable. containsFeature(java.util.List<GlyphSubstitutionTable.FeatureRecord> featureRecords, java.lang.String featureTag)private voidGlyphSubstitutionTable. removeFeature(java.util.List<GlyphSubstitutionTable.FeatureRecord> featureRecords, java.lang.String featureTag)
-