ExpertPdf Html to Pdf Converter Library
AddFont Method (font)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentDocumentAddFont(Font)
ExpertPdf Html to Pdf Converter Library
Adds a system font to the fonts collection. If the font was already added the method returns the existing font. By default the font is embedded in the PDF document in order to support Unicode texts.
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
PdfFont
The font added to the collection.

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)