FontFamilyIHandlerName Property |
Gets the name of the font family
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax ReadOnly Property Name As String
Get
abstract Name : string with get
Property Value
Type:
StringRemarks
This should be the same as what is used to create new instances of a font family using the
Create(String) method
See Also