Winnovative PDF Creator Library for .NET
AddFont Method (stdFont)
NamespacesWinnovative.PdfCreatorDocumentAddFont(StdFontBaseFamily)
Winnovative PDF Creator Library for .NET
Adds a standard font to the collection. If the font was already added the method returns the existing font.
Declaration Syntax
C#Visual BasicVisual C++
public PdfFont AddFont(
	StdFontBaseFamily stdFont
)
Public Function AddFont ( _
	stdFont As StdFontBaseFamily _
) As PdfFont
public:
PdfFont^ AddFont(
	StdFontBaseFamily stdFont
)
Parameters
stdFont (StdFontBaseFamily)
The standard font family.
Return Value
The font added to the collection.

Assembly: Winnovative.PdfCreator (Module: Winnovative.PdfCreator) Version: 3.0.6.0 (3.0.6.0)