Class FeatureRecord
java.lang.Object
com.itextpdf.io.font.otf.FeatureRecord
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[]Retrieves the lookups of the feature record.getTag()Retrieves the tag of the feature record.voidsetLookups(int[] lookups) Sets the lookups of the feature record.voidSets the tag of the feature record.
-
Field Details
-
tag
-
lookups
private int[] lookups
-
-
Constructor Details
-
FeatureRecord
public FeatureRecord()
-
-
Method Details
-
getTag
-
setTag
-
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
-