[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.FontWeight

FontWeight Class

Represents the weight values of logical font.

Inheritance
FontWeight
Namespace: C1.Framework.Drawing.Gdi
Assembly: C1.Win.Input.8.dll
Syntax
public static class FontWeight

Fields

Name Description
Black

Indicates the black font weight.

Bold

Indicates the bold font weight.

Default

Indicates the default font weight.

DemiBold

Indicates the demi bold font weight.

ExtraBold

Indicates the extra bold font weight.

ExtraLight

Indicates the extra light font weight.

Heavy

Indicates the heavy font weight.

Light

Indicates the light font weight.

Medium

Indicates the medium font weight.

Normal

Indicates the normal font weight.

Regular

Indicates the regular font weight.

SemiBold

Indicates the semi bold font weight.

Thin

Indicates the thin font weight.

UltraBold

Indicates the ultra bold font weight.

UltraLight

Indicates the ultra light font weight.