FontFamilyTypefaces Property |
Gets an enumeration of the one or more supported typefaces for this font family
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public IEnumerable<FontTypeface> Typefaces { get; }
Public ReadOnly Property Typefaces As IEnumerable(Of FontTypeface)
Get
member Typefaces : IEnumerable<FontTypeface> with get
Property Value
Type:
IEnumerableFontTypefaceSee Also