Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
protected internal override Font GetControlScaledFont(
	Font originalFont,
	float zoomFactor
)
Visual Basic (Declaration)
Protected Friend Overrides Function GetControlScaledFont ( _
	originalFont As Font, _
	zoomFactor As Single _
) As Font

Parameters

originalFont
Type: System.Drawing..::.Font
zoomFactor
Type: System..::.Single

See Also