Grapheme Struct

Summary

Represents the smallest unit of a writing system of any given language.
Namespace
Avalonia.Media.TextFormatting.Unicode
Base Types
  • object
  • ValueType
graph BT Type-->Base0["ValueType"] Base0-->Base1["object"] Type["Grapheme"] class Type type-node

Syntax

public readonly struct Grapheme : ValueType

Constructors

Properties

Name Value Summary
FirstCodepoint Codepoint
The first Codepoint of the grapheme cluster.
Text ReadOnlySlice<char>
The text that is representing the Grapheme.