FontCollectionAdd(StdFontBaseFamily) Method
Adds a standard font to the collection.
If the font was already added the method returns the existing font.
Namespace: EvoExcelToPdfAssembly: EvoExcelToPdf_NetCore (in EvoExcelToPdf_NetCore.dll) Version: 14.0.0
public PdfFont Add(
StdFontBaseFamily stdFont
)
- stdFont StdFontBaseFamily
- The standard font family.
PdfFontThe font added to the collection.