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