'Declaration
Public Function New( _ ByVal trueTypeFontFile As String, _ ByVal size As Double, _ ByVal embed As Boolean _ )
'Usage
Dim trueTypeFontFile As String Dim size As Double Dim embed As Boolean Dim instance As New TrueTypeFont(trueTypeFontFile, size, embed)
Parameters
- trueTypeFontFile
- the full path to the font file.
- size
- the size of the font, in points.
- embed
- true, if the font file should be embedded in the pdf file.