Table of Contents

Method Scaled

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

Scaled(float)

Returns a scaled version of this font.

public virtual Font Scaled(float scaleFactor)

Parameters

scaleFactor float

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).