Initializes a new instance of the PdfTrueTypeFont class
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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