PdfFormAutoFieldStyleSetFont(Byte, FontStyle) Method

Use a font given by its binary data and style

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public void SetFont(
	byte[] fontData,
	FontStyle fontStyle
)

Parameters

fontData  Byte
The font data
fontStyle  FontStyle
The font style

See Also