FontFamily
Represents a font family.
public class FontFamily
Public Class FontFamily
Inheritance: ObjectFontFamily
Remarks
See the Font Families topic for more on font families.
Constructors
FontFamily(String, Font) | Initializes a new instance of the FontFamily class. |
FontFamily(String, Font, Font, Font, Font) | Initializes a new instance of the FontFamily class. |
Properties
Bold | Gets the bold font. |
BoldItalic | Gets the bold italic font. |
Courier | Gets the core Courier font family. |
Helvetica | Gets the core Helvetica font family. |
Italic | Gets the italic font. |
Name | Gets the name of the font family. |
Regular | Gets the regular font. |
Symbol | Gets the core Symbol font family. |
Times | Gets the core Times font family. |
ZapfDingbats | Gets the core Zapf Dingbats font family. |
Methods
Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |