GlyphRunCharacters Property

Gets or sets the list of UTF16 code points that represent the Unicode content of the GlyphRun.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public ReadOnlyMemory<char> Characters { get; set; }

Property Value

ReadOnlyMemoryChar

See Also