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

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