Summary
Splits the
TextRun
at specified length.
- Namespace
- Avalonia
.Media .TextFormatting - Containing Type
- ShapedTextCharacters
Syntax
public ShapedTextCharacters.SplitTextCharactersResult Split(int length)
Parameters
Name | Type | Description |
---|---|---|
length | int | The length. |
Return Value
Type | Description |
---|---|
ShapedTextCharacters |
The split result. |