Table of Contents

Method GetIsBold

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

GetIsBold(FontWeight)

Determines whether the specified font weight is considered bold.

public static bool GetIsBold(FontWeight weight)

Parameters

weight FontWeight

The font weight to evaluate.

Returns

bool

true if the specified font weight is greater than Normal; otherwise, false.