Click or drag to resize

PdfFontBase Constructor (Single, PdfFontStyle)

Initializes a new instance of the class.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected PdfFontBase(
	float size,
	PdfFontStyle style
)

Parameters

size
Type: System Single
The size.
style
Type: Spire.Pdf.Graphics PdfFontStyle
The style.
See Also