PdfTrueTypeFont Constructor |
Namespace: Kettic.PdfAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic PdfTrueTypeFont(
PdfObjectId objectId,
string fontName,
string baseFont
)
Public Sub New (
objectId As PdfObjectId,
fontName As String,
baseFont As String
)
public:
PdfTrueTypeFont(
PdfObjectId objectId,
String^ fontName,
String^ baseFont
)
new :
objectId : PdfObjectId *
fontName : string *
baseFont : string -> PdfTrueTypeFont
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