Click or drag to resize

FontCollectionAdd(String) Method

Adds a system font to the fonts collection. The font is created from the specified file. 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(
	string fontFilename
)

Parameters

fontFilename  String
The file name of the font to be added.

Return Value

PdfFont
The font added to the collection.
See Also