HiQPdf Documentation

PdfFont Constructor (String, Single)

HiQPdf Client for .NET Core
Constructs a PDF font based on a font file

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

public PdfFont(
	string fontFilePath,
	float fontSize
)

Parameters

fontFilePath
Type: SystemString
The font file name
fontSize
Type: SystemSingle
The font size in points
See Also

Reference