Table of Contents
PdfFont Constructor (String, Single)

Create a new instance of the PdfFont class using the provided font name and size.

Syntax
 public PdfFont(
   string fontName,
   float fontSize
);

Parameters

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