PdfFontsCollectionCreateFont(Font) Method
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: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
public PdfFont CreateFont(
Font font
)
- font Font
- The .NET font from which to create the PDF font
PdfFontThe PDF font corresponding to the .NET font