Back to API Reference
Struct
TextRun
sealed
Represents a segment of text with uniform script, direction, and font before shaping.
Remarks
Created during itemization to split text into homogeneous segments that can be shaped independently.
public TextDirection Direction{ get }Gets the text direction derived from the BiDi level.
public TextRange rangeThe codepoint range covered by this run.
public UnicodeScript scriptThe Unicode script of this run.
