GlyphInfos 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)
- C#
- VB
- F#
public IReadOnlyList<GlyphInfo> GlyphInfos { get; set; }
Public Property GlyphInfos As IReadOnlyList(Of GlyphInfo)
Get
Set
member GlyphInfos : IReadOnlyList<GlyphInfo> with get, set