ITextSource Interface

Produces TextRun objects that are used by the TextFormatter.

Definition

Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public interface ITextSource

Methods

GetTextRun(Int32) Gets a TextRun for specified text source index.

See Also