PdfTrueTypeFont Constructor (Font)
|
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfTrueTypeFont(
Font font
)
Public Sub New (
font As Font
)
public:
PdfTrueTypeFont(
Font^ font
)
new :
font : Font -> PdfTrueTypeFont
Parameters
-
font
-
Type:
System.Drawing
Font
See Also