Adds a standard font to the collection.
If the font was already added the method returns the existing font.

C# | Visual Basic | Visual C++ |
public PdfFont AddFont( StdFontBaseFamily stdFont )
Public Function AddFont ( stdFont As StdFontBaseFamily ) As PdfFont
public: PdfFont^ AddFont( StdFontBaseFamily stdFont )

- stdFont (StdFontBaseFamily)
- The standard font family.

PdfFont
The font added to the collection.
The font added to the collection.
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)