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

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