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.
The font added to the collection.