Package com.itextpdf.io.font.otf
Class LanguageRecord
java.lang.Object
com.itextpdf.io.font.otf.LanguageRecord
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Retrieves the feature required of the language record.int[]
Retrieves the features of the language record.getTag()
Retrieves the tag of the language record.void
setFeatureRequired
(int featureRequired) Sets the feature required of the language record.void
setFeatures
(int[] features) Sets the features of the language record.void
Sets the tag of the language record.
-
Constructor Details
-
LanguageRecord
public LanguageRecord()
-
-
Method Details
-
getTag
Retrieves the tag of the language record.- Returns:
- tag of record
-
setTag
Sets the tag of the language record.- Parameters:
-
tag
- tag of record
-
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
-