Uses of Class
com.itextpdf.io.font.otf.LanguageRecord
-
Packages that use LanguageRecord Package Description com.itextpdf.io.font.otf -
-
Uses of LanguageRecord in com.itextpdf.io.font.otf
Fields in com.itextpdf.io.font.otf declared as LanguageRecord Modifier and Type Field Description private LanguageRecordScriptRecord. defaultLanguageprivate LanguageRecord[]ScriptRecord. languagesMethods in com.itextpdf.io.font.otf that return LanguageRecord Modifier and Type Method Description LanguageRecordScriptRecord. getDefaultLanguage()Retrieves the default language of the Script Record.LanguageRecordOpenTypeFontTableReader. getLanguageRecord(java.lang.String otfScriptTag)LanguageRecordOpenTypeFontTableReader. getLanguageRecord(java.lang.String otfScriptTag, java.lang.String langTag)LanguageRecordOpenTypeScript. getLanguageRecord(java.lang.String[] scripts, java.lang.String language)LanguageRecord[]ScriptRecord. getLanguages()Retrieves the languages of the Script Record.private LanguageRecordOpenTypeScript. readLanguageRecord(TagAndLocation tagLoc)Methods in com.itextpdf.io.font.otf with parameters of type LanguageRecord Modifier and Type Method Description voidScriptRecord. setDefaultLanguage(LanguageRecord defaultLanguage)Sets the default language of the Script Record.voidScriptRecord. setLanguages(LanguageRecord[] languages)Sets the languages of the Script Record.
-