Uses of Class
com.itextpdf.io.font.otf.LanguageRecord
Packages that use LanguageRecord
-
Uses of LanguageRecord in com.itextpdf.io.font.otf
Methods in com.itextpdf.io.font.otf that return LanguageRecordModifier and TypeMethodDescriptionScriptRecord.getDefaultLanguage()
Retrieves the default language of the Script Record.OpenTypeFontTableReader.getLanguageRecord
(String otfScriptTag) OpenTypeFontTableReader.getLanguageRecord
(String otfScriptTag, String langTag) OpenTypeScript.getLanguageRecord
(String[] scripts, String language) ScriptRecord.getLanguages()
Retrieves the languages of the Script Record.Methods in com.itextpdf.io.font.otf with parameters of type LanguageRecordModifier and TypeMethodDescriptionvoid
ScriptRecord.setDefaultLanguage
(LanguageRecord defaultLanguage) Sets the default language of the Script Record.void
ScriptRecord.setLanguages
(LanguageRecord[] languages) Sets the languages of the Script Record.