FontCollectionAdd(StdFontBaseFamily) Method
Adds a standard font to the collection.
If the font was already added the method returns the existing font.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public PdfFont Add(
StdFontBaseFamily stdFont
)
Public Function Add (
stdFont As StdFontBaseFamily
) As PdfFont
public:
PdfFont^ Add(
StdFontBaseFamily stdFont
)
member Add :
stdFont : StdFontBaseFamily -> PdfFont
- stdFont StdFontBaseFamily
- The standard font family.
PdfFontThe font added to the collection.