HiQPdf Documentation

PdfTextSetTextSystemFont Method

Quickly Create High Quality PDFs
Set the text system font based on font family name and the font size in points

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

public void SetTextSystemFont(
	string familyName,
	float sizePoints
)

Parameters

familyName
Type: SystemString
The system font family name
sizePoints
Type: SystemSingle
The system font size in points
See Also

Reference