Table of Contents

Method Scaled

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Scaled(double)

Returns a scaled version of this font.

public virtual Font Scaled(double scaleFactor)

Parameters

scaleFactor double

Font size scaling factor.

Returns

Font

Remarks

The font size is multiplied by the given scaleFactor (which may be less than 1 to create a smaller version of the font).