FontCollectionAdd(StdFontBaseFamily) Method |
Adds a standard font to the collection.
If the font was already added the method returns the existing font.
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntaxpublic PdfFont Add(
StdFontBaseFamily stdFont
)
Public Function Add (
stdFont As StdFontBaseFamily
) As PdfFont
Parameters
- stdFont StdFontBaseFamily
- The standard font family.
Return Value
PdfFontThe font added to the collection.
See Also