Generated by
JDiff

Class com.itextpdf.io.font.otf.ScriptRecord

Added Methods
LanguageRecord  getDefaultLanguage() Retrieves the default language of the Script Record.
LanguageRecord[]  getLanguages() Retrieves the languages of the Script Record.
String  getTag() Retrieves the tag of the Script Record.
void  setDefaultLanguage( LanguageRecord) Sets the default language of the Script Record.
void  setLanguages( LanguageRecord[]) Sets the languages of the Script Record.
void  setTag( String) Sets the tag of the Script Record.
 

Removed Fields
LanguageRecord  defaultLanguage  
LanguageRecord[]  languages  
String  tag