Uses of Class
com.itextpdf.io.font.otf.FeatureRecord
-
Packages that use FeatureRecord Package Description com.itextpdf.io.font.otf -
-
Uses of FeatureRecord in com.itextpdf.io.font.otf
Fields in com.itextpdf.io.font.otf with type parameters of type FeatureRecord Modifier and Type Field Description private java.util.List<FeatureRecord>
OpenTypeFeature. records
Methods in com.itextpdf.io.font.otf that return FeatureRecord Modifier and Type Method Description FeatureRecord
OpenTypeFeature. getRecord(int idx)
FeatureRecord
OpenTypeFontTableReader. getRequiredFeature(java.lang.String[] scripts, java.lang.String language)
Methods in com.itextpdf.io.font.otf that return types with arguments of type FeatureRecord Modifier and Type Method Description java.util.List<FeatureRecord>
OpenTypeFontTableReader. getFeatureRecords()
java.util.List<FeatureRecord>
OpenTypeFontTableReader. getFeatures(java.lang.String[] scripts, java.lang.String language)
java.util.List<FeatureRecord>
OpenTypeFeature. getRecords()
java.util.List<FeatureRecord>
OpenTypeFontTableReader. getSpecificFeatures(java.util.List<FeatureRecord> features, java.lang.String[] specific)
Methods in com.itextpdf.io.font.otf with parameters of type FeatureRecord Modifier and Type Method Description java.util.List<OpenTableLookup>
OpenTypeFontTableReader. getLookups(FeatureRecord feature)
java.util.List<OpenTableLookup>
OpenTypeFontTableReader. getLookups(FeatureRecord[] features)
Method parameters in com.itextpdf.io.font.otf with type arguments of type FeatureRecord Modifier and Type Method Description java.util.List<FeatureRecord>
OpenTypeFontTableReader. getSpecificFeatures(java.util.List<FeatureRecord> features, java.lang.String[] specific)
-