GlyphRunGlyphInfos Property

Gets or sets the list of glyphs to use to render this run.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IReadOnlyList<GlyphInfo> GlyphInfos { get; set; }

Property Value

IReadOnlyListGlyphInfo

See Also