HiQPdf Documentation

PdfDocumentCreateFont Method (Font)

Quickly Create High Quality PDFs
Creates a PDF font from the given .NET font. The font will be embedded in the generated PDF document

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfFont CreateFont(
	Font font
)

Parameters

font
Type: System.DrawingFont
The .NET font from which to create the PDF font

Return Value

Type: PdfFont
The PDF font corresponding to the .NET font
See Also

Reference