Package com.itextpdf.io.font.otf
Class ScriptRecord
java.lang.Object
com.itextpdf.io.font.otf.ScriptRecord
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the default language of the Script Record.Retrieves the languages of the Script Record.getTag()
Retrieves the tag of the Script Record.void
setDefaultLanguage
(LanguageRecord defaultLanguage) Sets the default language of the Script Record.void
setLanguages
(LanguageRecord[] languages) Sets the languages of the Script Record.void
Sets the tag of the Script Record.
-
Constructor Details
-
ScriptRecord
public ScriptRecord()
-
-
Method Details
-
getTag
Retrieves the tag of the Script Record.- Returns:
- tag of record
-
setTag
Sets the tag of the Script Record.- Parameters:
-
tag
- tag of record
-
getDefaultLanguage
Retrieves the default language of the Script Record.- Returns:
- default language
-
setDefaultLanguage
Sets the default language of the Script Record.- Parameters:
-
defaultLanguage
- default language
-
getLanguages
Retrieves the languages of the Script Record.- Returns:
- languages
-
setLanguages
Sets the languages of the Script Record.- Parameters:
-
languages
- languages
-