PdfDocumentCreateStandardFont Method

Creates a PDF font from the given standard Type 1 font with given size

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PdfFont CreateStandardFont(
	PdfStandardFont font,
	float fontSize
)

Parameters

font  PdfStandardFont
The standard Type 1 font
fontSize  Single
The font size in points

Return Value

PdfFont
The PDF font

See Also