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