PdfFontsCollectionCreateStandardFont Method

Creates a PDF font from the given standard Type 1 font and adds it to the collection

Definition

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

Parameters

font  PdfStandardFont
The standard Type 1 font

Return Value

PdfFont
The PDF font

See Also