The FontDescriptor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FontDescriptor | Overloaded. | 
Methods
| Name | Description | |
|---|---|---|
| Dispose | Implements Dispose()()().  | |
| Equals | Overridden. See Equals(Object).  (Overrides Object..::.Equals(Object).) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetFont | Returns the Font object with setted parameters.  | |
| GetHashCode | Overridden. See GetHashCode()()().  (Overrides Object..::.GetHashCode()()().) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | (Inherited from Object.) | 
Properties
| Name | Description | |
|---|---|---|
| Bold | Gets or sets the value that indicates whether font object is bold.  | |
| FamilyName | Gets or sets a family name of font.  | |
| Italic | Gets or sets the value that indicates whether font object is italic.  | |
| Size | Gets or sets the size of font.  | |
| Strikeout | Gets or sets the strikeout mode of a string that is displayed with this font.   | |
| Underline | Gets or sets the value that indicates whether font object is underline.  |