Table of Contents
PdfFont Constructor (String, Single, FontStyle)

Creates a new instance of the PdfFont class using the provided font name, size and style.

Syntax
 public PdfFont(
   string fontName,
   float fontSize,
   FontStyle fontStyle
);

Parameters

fontName
The font name.
fontSize
The font size.
fontStyle
The font style.
See Also