Font Constructor (FontIHandler) |
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(
FontIHandler handler
)
Public Sub New (
handler As FontIHandler
)
new :
handler : FontIHandler -> Font
Parameters
- handler
- Type: Eto.DrawingFontIHandler
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