ExpertPdf PDF Creator Library
AddFont Method (fontFilename)
NamespacesExpertPdf.PdfCreatorDocumentAddFont(String)
ExpertPdf PDF Creator Library
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: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 5.2.0.0 (5.2.0.0)