PdfTrueTypeFont Constructor (String, Single, PdfFontStyle)
|
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfTrueTypeFont(
string fontFile,
float size,
PdfFontStyle style
)
Public Sub New (
fontFile As String,
size As Single,
style As PdfFontStyle
)
public:
PdfTrueTypeFont(
String^ fontFile,
float size,
PdfFontStyle style
)
new :
fontFile : string *
size : float32 *
style : PdfFontStyle -> PdfTrueTypeFont
Parameters
-
fontFile
-
Type:
System
String
-
size
-
Type:
System
Single
-
style
-
Type:
Spire.Pdf.Graphics
PdfFontStyle
See Also