Summary
Reads the
Codepoint
at specified position.
- Namespace
- Avalonia
.Media .TextFormatting .Unicode - Containing Type
- Codepoint
Syntax
public static Codepoint ReadAt(ReadOnlySlice<char> text, int index, out int count)
Parameters
Name | Type | Description |
---|---|---|
text | ReadOnlySlice |
The buffer to read from. |
index | int | The index to read at. |
count | int | The count of character that were read. |
Return Value
Type | Description |
---|---|
Codepoint |