PdfTrueTypeFont Constructor (Font, Single, Boolean)
|
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,
float size,
bool unicode
)
Public Sub New (
font As Font,
size As Single,
unicode As Boolean
)
public:
PdfTrueTypeFont(
Font^ font,
float size,
bool unicode
)
new :
font : Font *
size : float32 *
unicode : bool -> PdfTrueTypeFont
Parameters
-
font
-
Type:
System.Drawing
Font
-
size
-
Type:
System
Single
-
unicode
-
Type:
System
Boolean
See Also