Click or drag to resize

FontPicker Constructor (Font)

Initializes a new instance of the FontPicker class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public FontPicker(
	Font font
)

Parameters

font
Type: Eto.DrawingFont
Font to set as the current value..
See Also