ITextSourceGetTextRun Method

Gets a TextRun for specified text source index.

Definition

Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
TextRun? GetTextRun(
	int textSourceIndex
)

Parameters

textSourceIndex  Int32
The text source index.

Return Value

TextRun
The text run.

See Also