Package com.itextpdf.io.font.otf
Class FeatureRecord
- java.lang.Object
-
- com.itextpdf.io.font.otf.FeatureRecord
-
public class FeatureRecord extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FeatureRecord()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
getLookups()
Retrieves the lookups of the feature record.java.lang.String
getTag()
Retrieves the tag of the feature record.void
setLookups(int[] lookups)
Sets the lookups of the feature record.void
setTag(java.lang.String tag)
Sets the tag of the feature record.
-
-
-
Method Detail
-
getTag
public java.lang.String getTag()
Retrieves the tag of the feature record.- Returns:
- tag
-
setTag
public void setTag(java.lang.String tag)
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
-
-