|
|
|
@ -231,7 +231,7 @@ namespace Avalonia.Media.TextFormatting.Unicode |
|
|
|
/// <param name="index">The index to read at.</param>
|
|
|
|
/// <param name="count">The count of character that were read.</param>
|
|
|
|
/// <returns></returns>
|
|
|
|
public static Codepoint ReadAt(ReadOnlySpan<char> text, int index, out int count) |
|
|
|
public static Codepoint ReadAt(CharacterBufferRange text, int index, out int count) |
|
|
|
{ |
|
|
|
count = 1; |
|
|
|
|
|
|
|
|