Class LanguageRecord
java.lang.Object
com.itextpdf.io.font.otf.LanguageRecord
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintRetrieves the feature required of the language record.int[]Retrieves the features of the language record.getTag()Retrieves the tag of the language record.voidsetFeatureRequired(int featureRequired) Sets the feature required of the language record.voidsetFeatures(int[] features) Sets the features of the language record.voidSets the tag of the language record.
-
Field Details
-
tag
-
featureRequired
private int featureRequired -
features
private int[] features
-
-
Constructor Details
-
LanguageRecord
public LanguageRecord()
-
-
Method Details
-
getTag
-
setTag
-
getFeatureRequired
public int getFeatureRequired()Retrieves the feature required of the language record.- Returns:
- feature required
-
setFeatureRequired
public void setFeatureRequired(int featureRequired) Sets the feature required of the language record.- Parameters:
featureRequired- feature required
-
getFeatures
public int[] getFeatures()Retrieves the features of the language record.- Returns:
- features
-
setFeatures
public void setFeatures(int[] features) Sets the features of the language record.- Parameters:
features- features
-