Click or drag to resize

PdfUsedFont ScaleFontSize Method

Scale the font size specified page.

Namespace: Spire.Pdf.Graphics.Fonts
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public static void ScaleFontSize(
	PdfPageBase page,
	string[] fontNames,
	float factor
)

Parameters

page
Type: Spire.Pdf PdfPageBase
modified page
fontNames
Type: System String
the names of the fonts to be scaled
factor
Type: System Single
scale factor
See Also