Creates a PDF font from the given .NET font and adds it to the collection.
The font will be embedded in the generated PDF document
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
Parameters
- font
- Type: System.DrawingFont
The .NET font from which to create the PDF font
Return Value
Type: PdfFontThe PDF font corresponding to the .NET font
See Also