FontFamily Constructor (String) |
Initializes a new instance of the FontFamily class with the given font familyName
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public FontFamily(
string familyName
)
Public Sub New (
familyName As String
)
new :
familyName : string -> FontFamily
Parameters
- familyName
- Type: SystemString
Name of the font family to assign to this instance
See Also