Initializes a new instance of the XFont class.
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
public XFont( string familyName, double emSize, XFontStyle style, XPdfFontOptions pdfOptions )
Parameters
- familyName
- Type: SystemString
Name of the font family. - emSize
- Type: SystemDouble
The em size. - style
- Type: PdfEdit.DrawingXFontStyle
The font style. - pdfOptions
- Type: PdfEdit.DrawingXPdfFontOptions
Additional PDF options.
See Also