PdfDocumentCreateFont(Font) Method

Creates a PDF font from the given .NET font. The font will be embedded in the generated PDF document

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfFont CreateFont(
	Font font
)

Parameters

font  Font
The .NET font from which to create the PDF font

Return Value

PdfFont
The PDF font corresponding to the .NET font

See Also