ITextSource.

GetTextRun(int) Method

Summary

Gets a TextRun for specified text source index.
Namespace
Avalonia.Media.TextFormatting
Containing Type
ITextSource

Syntax

TextRun GetTextRun(int textSourceIndex)

Parameters

Name Type Description
textSourceIndex int The text source index.

Return Value

Type Description
TextRun The text run.