| FontTypeface Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Eto.Drawing
 Syntax
SyntaxThe FontTypeface type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | FontTypeface | 
            Initializes a new instance of a FontTypeface class with the specified handler
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Bold | 
            Gets a value indicating that this font typeface has a bold style
             | 
|  | Family | 
            Gets the family of this typeface
             | 
|  | FontStyle | 
            Gets the style of this typeface
             | 
|  | IsSymbol | 
            Gets a value indicating that this font is a symbol font and not generally used for text
             | 
|  | Italic | 
            Gets a value indicating that this font typeface has an italic style
             | 
|  | LocalizedName | 
            Gets the localized name of this typeface
             | 
|  | Name | 
            Gets the name of this typeface
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals(Object) | 
            Tests if this instance is equal to the specified object
            (Overrides ObjectEquals(Object).) | 
|  | Equals(FontTypeface) | 
            Tests this instance for equality with another font typeface
             | 
|  | GetHashCode | 
            Gets the hash code for this instance
            (Overrides ObjectGetHashCode.) | 
|  | HasCharacterRange(RangeInt32) | 
            Gets a value indicating that this font supports the character range specified
             | 
|  | HasCharacterRange(Int32, Int32) | 
            Gets a value indicating that this font supports the character range specified
             | 
|  | HasCharacterRanges | 
            Gets a value indicating that this font supports the character ranges specified
             | 
|  | ToString | 
            Gets a string representation of this typeface
            (Overrides WidgetToString.) | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Equality | 
            Tests two FontTypeface objects for equality
             | 
|   | Inequality | 
            Tests two FontTypeface objects for inequality
             | 
 Remarks
Remarks See Also
See Also