Click or drag to resize

FontFamily Constructor (FontFamilyIHandler)

Initializes a new instance of the FontFamily class with the specified handler

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

Parameters

handler
Type: Eto.DrawingFontFamilyIHandler
Handler to use
Remarks
Used by platform implementations to create instances of the FontFamily class directly
See Also