DocumentAddFont(StdFontBaseFamily) Method
Adds a standard 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 AddFont(
StdFontBaseFamily stdFont
)
- stdFont StdFontBaseFamily
- The standard font family.
PdfFontThe font added to the collection.