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
Syntaxpublic Font(
Font.IHandler handler
)
Public Sub New (
handler As Font.IHandler
)
new :
handler : Font.IHandler -> Font
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