Click or drag to resize

FontFamily Constructor (String)

Initializes a new instance of the FontFamily class with the given font familyName

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public FontFamily(
	string familyName
)

Parameters

familyName
Type: SystemString
Name of the font family to assign to this instance
See Also