Click or drag to resize

FontsAvailableFontFamilies Property

Gets an enumeration of available font families in the current system

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static IEnumerable<FontFamily> AvailableFontFamilies { get; }

Return Value

Type: IEnumerableFontFamily
An enumeration of font family objects that this system supports
See Also