ITextCharacterFormat.TextScript Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the character repertoire.
public:
property TextScript TextScript { TextScript get(); void set(TextScript value); };
TextScript TextScript();
void TextScript(TextScript value);
public TextScript TextScript { get; set; }
var textScript = iTextCharacterFormat.textScript;
iTextCharacterFormat.textScript = textScript;
Public Property TextScript As TextScript
Property Value
The character repertoire.
Remarks
Character repertoires are typically scripts like Arabic and Latin, but there are also character repertoires for symbols and Emoji.
To learn more about character repertoires, see RichEdit Font Binding.