Table of Contents

Method WithBold

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

WithBold(bool)

Returns font with same parameters, but with different bold style.

public virtual Font WithBold(bool isBold)

Parameters

isBold bool

Whether returned font is bold or not.

Returns

Font