Click or drag to resize
PdfTrueTypeFont Constructor

Namespace: Kettic.Pdf
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public PdfTrueTypeFont(
	PdfObjectId objectId,
	string fontName,
	string baseFont
)

Parameters

objectId
Type: Kettic.PdfPdfObjectId
A unique object number.
fontName
Type: SystemString
The name by which the font is reference in the Font subdictionary
baseFont
Type: SystemString
The PostScript name of the font.
See Also