CreateSymbol Method
Creates a shaped symbol.
Definition
Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
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
Parameters
- TextRun
- The symbol run to shape.
- FlowDirection
- The flow direction.
Return Value
ShapedTextRun
The shaped symbol.