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
)
Public Shared Sub ScaleFontSize (
page As PdfPageBase,
fontNames As String(),
factor As Single
)
public:
static void ScaleFontSize(
PdfPageBase^ page,
array<String^>^ fontNames,
float factor
)
static member ScaleFontSize :
page : PdfPageBase *
fontNames : string[] *
factor : float32 -> unit
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