'Declaration
Public Function New( _ ByVal path As String, _ ByVal size As Double, _ ByVal embed As Boolean _ )
'Usage
Dim path As String Dim size As Double Dim embed As Boolean Dim instance As New PdfUnicodeTrueTypeFont(path, size, embed)
Parameters
- path
- Path to TrueType font file.
- size
- Font size.
- embed
- If true, the font will be embedded in the PDF file.