Click or drag to resize

FontTypeface Constructor

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

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public FontTypeface(
	FontFamily family,
	FontTypefaceIHandler handler
)

Parameters

family
Type: Eto.DrawingFontFamily
Family this typeface is part of
handler
Type: Eto.DrawingFontTypefaceIHandler
Handler to use for this typeface instance
Remarks
This allows the platform handlers to create instances of the FontTypeface class with a specific handler. It should not be called by user code.
See Also