DocumentAddFont(StdFontBaseFamily) Method
            Adds a standard font to the fonts collection.
            If the font was already added the method returns the existing font.
            
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 19.0.0
public PdfFont AddFont(
	StdFontBaseFamily stdFont
)
Public Function AddFont ( 
	stdFont As StdFontBaseFamily
) As PdfFont
- stdFont  StdFontBaseFamily
- The standard font family.
PdfFontThe font added to the collection.