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
)
Protected Sub New (
size As Single,
style As PdfFontStyle
)
protected:
PdfFontBase(
float size,
PdfFontStyle style
)
new :
size : float32 *
style : PdfFontStyle -> PdfFontBase
Parameters
-
size
-
Type:
System
Single
The size.
-
style
-
Type:
Spire.Pdf.Graphics
PdfFontStyle
The style.
See Also