Skip to main content

ReadAt Method

Reads the Codepoint at specified position.

Definition

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

public static Codepoint ReadAt(
ReadOnlySpan<char> text,
int index,
out int count
)

Parameters

  ReadOnlySpan(Char)
The buffer to read from.
  Int32
The index to read at.
  Int32
The count of character that were read.

Return Value

Codepoint

See Also

Reference

Codepoint Structure
Avalonia.Media.TextFormatting.Unicode Namespace