FontFamily
Represents a font family.
public class FontFamily
Public Class FontFamily
Inheritance: ObjectFontFamily
Derived: GoogleFontFamily
Licensing Info
This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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) |
Google(String) | Gets the Google Font Family for the given name. |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |