Table of Contents

Constructor ScriptRun

Namespace
DocWright.Core.Text
Assembly
DocWright.Core.dll

ScriptRun(int, int, UnicodeScript, TextDirection)

Initializes a script run.

public ScriptRun(int start, int length, UnicodeScript script, TextDirection direction)

Parameters

start int

The UTF-16 start index in the source text.

length int

The run length in UTF-16 code units.

script UnicodeScript

The resolved script.

direction TextDirection

The resolved direction.