Click or drag to resize

FontFamily.Typefaces 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; }

Property Value

Type: IEnumerable<FontTypeface>
See Also