TextFormatterCreateSymbol Method

Creates a shaped symbol.

Definition

Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static ShapedTextRun CreateSymbol(
	TextRun textRun,
	FlowDirection flowDirection
)

Parameters

textRun  TextRun
The symbol run to shape.
flowDirection  FlowDirection
The flow direction.

Return Value

ShapedTextRun
The shaped symbol.

See Also