Click or drag to resize
Pdf Library for .NET

PdfDocumentAddFont Method

Overload List
  NameDescription
Public methodAddFont(Font)
Adds a system font to the pdf fonts collection.
Public methodAddFont(String)
Adds a system font to the pdf fonts collection. The font is loaded from the specified file.
Public methodAddFont(PdfStandardCJKFont)
Adds a standard CJK font to the pdf fonts collection.
Public methodAddFont(PdfStandardFont)
Adds a standard font to the pdf fonts collection.
Public methodAddFont(Font, Boolean)
Adds a system font to the pdf fonts collection.
Top
See Also