'Declaration
Public Function New( _ ByVal path As String, _ ByVal size As Double, _ ByVal embed As Boolean, _ ByVal fontFeatures As PdfTrueTypeFontFeatures _ )
'Usage
Dim path As String Dim size As Double Dim embed As Boolean Dim fontFeatures As PdfTrueTypeFontFeatures Dim instance As New PdfUnicodeTrueTypeFont(path, size, embed, fontFeatures)
public PdfUnicodeTrueTypeFont( string path, double size, bool embed, PdfTrueTypeFontFeatures fontFeatures )
public: PdfUnicodeTrueTypeFont( String^ path, double size, bool embed, PdfTrueTypeFontFeatures^ fontFeatures )
Parameters
- path
- Path to TrueType font file.
- size
- Font size.
- embed
- If true, the font will be embedded in the PDF file.
- fontFeatures
- Optional font features to be loaded from the font file