FontFamily Constructors

Overloads

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.

FontFamily(String, Font)

Initializes a new instance of the FontFamily class.

public FontFamily(string name, Font font)
Public Sub New (name As String, font As Font)

Parameters

name
String

Name of font family.

font
Font

Font representing all styles.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

FontFamily(String, Font, Font, Font, Font)

Initializes a new instance of the FontFamily class.

public FontFamily(string name, Font regular, Font bold, Font italic, Font boldItalic)
Public Sub New (name As String, regular As Font, bold As Font, italic As Font, boldItalic As Font)

Parameters

name
String

Name of font family.

regular
Font

Font representing regular.

bold
Font

Font representing bold.

italic
Font

Font representing italic.

boldItalic
Font

Font representing bold italic.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

FontFamily
ceTe.DynamicPDF

In this topic