FamilyTypefaces Property
Gets the typefaces for this font family.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public IReadOnlyList<Typeface> FamilyTypefaces { get; }
Public ReadOnly Property FamilyTypefaces As IReadOnlyList(Of Typeface)
Get
member FamilyTypefaces : IReadOnlyList<Typeface> with get