Skip to main content

Split Method

Splits the TextRun at specified length.

Definition

Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public SplitResult<ShapedBuffer> Split(
int textLength
)

Parameters

  Int32
The text length.

Return Value

SplitResult(ShapedBuffer)
The split result.

See Also

Reference

ShapedBuffer Class
Avalonia.Media.TextFormatting Namespace