Click or drag to resize

FontTypefaceIHandler Interface

Platform handler interface for the FontTypeface class

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

The FontTypefaceIHandler type exposes the following members.

Properties
  NameDescription
Public propertyFontStyle
Gets the style of this typeface
Public propertyIsSymbol
Gets a value indicating that this font is a symbol font and not generally used for text
Public propertyLocalizedName
Gets the localized name of this typeface
Public propertyName
Gets the name of this typeface
Top
Methods
  NameDescription
Public methodHasCharacterRanges
Gets a value indicating that this font supports the character ranges specified
Top
See Also