PdfFormAutoFieldStyleSetFont(String, FontStyle, Boolean) Method

Use a font given by its family name and style

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public void SetFont(
	string familyName,
	FontStyle fontStyle,
	bool embedSystemFont
)

Parameters

familyName  String
The font family name
fontStyle  FontStyle
The font style
embedSystemFont  Boolean
A flag indicating if the system font will be embedded in PDF. Only the PDF form submit buttons support embedded system fonts.

See Also