RichTextKit v0.4

TextLine.Runs Property

Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Declaring Type: TextLine

Gets the set of text runs comprising this line.

public IReadOnlyList<FontRun> Runs { get; }

Remarks

Font runs are order logically (ie: in code point index order) but may have unordered FontRun.XCoord's when right to left text is in use.

Property Type

IReadOnlyList<FontRun>