Click or drag to resize

FontCollectionAdd(StdFontBaseFamily) Method

Adds a standard font to the collection. If the font was already added the method returns the existing font.

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public PdfFont Add(
	StdFontBaseFamily stdFont
)

Parameters

stdFont  StdFontBaseFamily
The standard font family.

Return Value

PdfFont
The font added to the collection.
See Also