Click or drag to resize

PdfTrueTypeFont Constructor (String, Single, PdfFontStyle)

Initializes a new instance of the PdfTrueTypeFont class

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfTrueTypeFont(
	string fontFile,
	float size,
	PdfFontStyle style
)

Parameters

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