Click or drag to resize

FontFamilyIHandler Interface

Interface for a FontFamily handler

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : WidgetIHandler

The FontFamilyIHandler type exposes the following members.

Properties
  NameDescription
Public propertyLocalizedName
Gets the localized name of the font for the current UI language
Public propertyName
Gets the name of the font family
Public propertyTypefaces
Gets an enumeration of the typefaces supported by this font family
Top
Methods
  NameDescription
Public methodCreate
Creates a new instance of a font family with a given name
Top
See Also