PdfFont(String, Single, Boolean) Constructor

Creates a PDF font for a font family name. The font must be installed on the server.

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public PdfFont(
	string familyName,
	float fontSizePoints,
	bool embedFont
)

Parameters

familyName  String
The font family name
fontSizePoints  Single
The font size in points
embedFont  Boolean
A flag indicating if the font will be embedded in PDF. A TextElement using this font can override this option.

See Also