OpenTypeFontCollection Constructors

Overloads

OpenTypeFontCollection(Stream)Intializes a new instance of OpenTypeFont class.
OpenTypeFontCollection(String)Initializes a new instance of OpenTypeFontCollection class.

OpenTypeFontCollection(Stream)

Intializes a new instance of OpenTypeFont class.

public OpenTypeFontCollection(Stream stream)
Public Sub New (stream As Stream)

Parameters

stream
Stream

Stream containing the opentype / truetype font data.

Licensing Info

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

OpenTypeFontCollection(String)

Initializes a new instance of OpenTypeFontCollection class.

public OpenTypeFontCollection(string filePath)
Public Sub New (filePath As String)

Parameters

filePath
String

Physical file path of the truetype collection file.

Licensing Info

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

See Also

OpenTypeFontCollection
ceTe.DynamicPDF.Text

In this topic