Table of Contents
PdfFont Constructor (Font)

Initializes a new PdfFont object from a Windows Font object.

Syntax
 public PdfFont(
   Font font
);

Parameters

font
Windows font object.
See Also