XFont Constructor (String, Double, XFontStyle)Terminal Works - PDF Printing.Net Library
Initializes a new instance of the XFont class.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public XFont(
	string familyName,
	double emSize,
	XFontStyle style
)

Parameters

familyName
Type: SystemString
Name of the font family.
emSize
Type: SystemDouble
The em size.
style
Type: PdfEdit.DrawingXFontStyle
The font style.
See Also

Reference