TextFormatterCreateSymbol Method
Creates a shaped symbol.
Namespace: Avalonia.Media.TextFormattingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static ShapedTextRun CreateSymbol(
TextRun textRun,
FlowDirection flowDirection
)
Public Shared Function CreateSymbol (
textRun As TextRun,
flowDirection As FlowDirection
) As ShapedTextRun
static member CreateSymbol :
textRun : TextRun *
flowDirection : FlowDirection -> ShapedTextRun
- textRun TextRun
- The symbol run to shape.
- flowDirection FlowDirection
- The flow direction.
ShapedTextRun
The shaped symbol.