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
)
Public Sub New (
handler As FontFamilyIHandler
)
new :
handler : FontFamilyIHandler -> FontFamily
Parameters
- handler
- Type: Eto.DrawingFontFamilyIHandler
Handler to use
Remarks
Used by platform implementations to create instances of the FontFamily class directly
See Also