Package com.itextpdf.io.font.otf
Class FeatureRecord
java.lang.Object
com.itextpdf.io.font.otf.FeatureRecord
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint[]
Retrieves the lookups of the feature record.getTag()
Retrieves the tag of the feature record.void
setLookups
(int[] lookups) Sets the lookups of the feature record.void
Sets the tag of the feature record.
-
Constructor Details
-
FeatureRecord
public FeatureRecord()
-
-
Method Details
-
getTag
Retrieves the tag of the feature record.- Returns:
- tag
-
setTag
Sets the tag of the feature record.- Parameters:
-
tag
- tag
-
getLookups
public int[] getLookups()Retrieves the lookups of the feature record.- Returns:
- lookups
-
setLookups
public void setLookups(int[] lookups) Sets the lookups of the feature record.- Parameters:
-
lookups
- lookups
-