Table of Contents
PdfFont Constructor
Overload List
Name Description
PdfFont(Font); Initializes a new PdfFont object from a Windows Font object.
PdfFont(string, float, FontStyle); Creates a new instance of the PdfFont class using the provided font name, size and style.
PdfFont(string, float); Create a new instance of the PdfFont class using the provided font name and size.
PdfFont(); Initializes a new PdfFont object.
See Also