ITextCharacterFormat.TextScript Property

Definition

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.

Applies to