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