Type1Font Constructor

Initializes a new instance of the Type1Font class.

public Type1Font(string metricsFile, string fontFile)
Public Sub New (metricsFile As String, fontFile As String)

Parameters

metricsFile
String

Physical file path to the .PFM or .AFM font metrics file.

fontFile
String

Physical file path to the Type 1 (.PFB) font file.

Licensing Info

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

See Also

Type1Font
ceTe.DynamicPDF.Text

In this topic