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:

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

BoldGets the bold font.
BoldItalicGets the bold italic font.
CourierGets the core Courier font family.
HelveticaGets the core Helvetica font family.
ItalicGets the italic font.
NameGets the name of the font family.
RegularGets the regular font.
SymbolGets the core Symbol font family.
TimesGets the core Times font family.
ZapfDingbatsGets 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)

See Also

ceTe.DynamicPDF

In this topic