FontCollectionAdd(Font) Method
Adds a system font to the fonts collection. If the font was already added
the method returns the existing font.
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 14.0.0
public PdfFont Add(
Font font
)
- font Font
- The font to be added to the collection.
PdfFontThe font added to the collection.