HiQPdf Documentation

PdfDocumentCreateStandardFont Method

HiQPdf Client for .NET Core
Creates a PDF font from the given standard Type 1 font with given size

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public PdfFont CreateStandardFont(
	PdfStandardFont font,
	float fontSize
)

Parameters

font
Type: HiQPdfClientPdfStandardFont
The standard Type 1 font
fontSize
Type: SystemSingle
The font size in points

Return Value

Type: PdfFont
The PDF font
See Also

Reference