PdfDocumentCreateFont(Font) Method
Creates a PDF font from the given .NET font. The font will be embedded in the generated PDF document
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public PdfFont CreateFont(
Font font
)
Public Function CreateFont (
font As Font
) As PdfFont
public:
PdfFont^ CreateFont(
Font^ font
)
member CreateFont :
font : Font -> PdfFont
- font Font
- The .NET font from which to create the PDF font
PdfFontThe PDF font corresponding to the .NET font