Click or drag to resize

FontFamilyIHandlerName Property

Gets the name of the font family

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
string Name { get; }

Property Value

Type: String
Remarks
This should be the same as what is used to create new instances of a font family using the Create(String) method
See Also