DocumentAddFont(StdFontBaseFamily) Method
Adds a standard font to the fonts collection.
If the font was already added the method returns the existing font.
Namespace: EvoWordToPdfAssembly: EvoWordToPdf_NetCore (in EvoWordToPdf_NetCore.dll) Version: 14.0.0
public PdfFont AddFont(
StdFontBaseFamily stdFont
)
- stdFont StdFontBaseFamily
- The standard font family.
PdfFontThe font added to the collection.