Click or drag to resize

Font Constructor (Font.IHandler)

Initializes a new instance of the Font class with the specified font handler

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Font(
	Font.IHandler handler
)

Parameters

handler
Type: Eto.Drawing.Font.IHandler
Handler for the font
Remarks
Not intended to be used directly, this is used by each platform to pass back a font instance with a specific handler
See Also