Skip to content

FontWeight

Summary

Specifies the weight or thickness of the font.

Signature

1
public enum FontWeight

Namespace

cAlgo.API

See Also

Fields

Thin

Summary

The thin font.

Signature

1
public static FontWeight Thin;

Return Value

FontWeight

ExtraLight

Summary

The extra light font.

Signature

1
public static FontWeight ExtraLight;

Return Value

FontWeight

UltraLight

Summary

The ultra light font.

Signature

1
public static FontWeight UltraLight;

Return Value

FontWeight

Light

Summary

The light font.

Signature

1
public static FontWeight Light;

Return Value

FontWeight

Normal

Summary

The normal font.

Signature

1
public static FontWeight Normal;

Return Value

FontWeight

Regular

Summary

The regular font.

Signature

1
public static FontWeight Regular;

Return Value

FontWeight

Medium

Summary

The medium font.

Signature

1
public static FontWeight Medium;

Return Value

FontWeight

DemiBold

Summary

The demibold font.

Signature

1
public static FontWeight DemiBold;

Return Value

FontWeight

SemiBold

Summary

The semibold font.

Signature

1
public static FontWeight SemiBold;

Return Value

FontWeight

Bold

Summary

The bold font.

Signature

1
public static FontWeight Bold;

Return Value

FontWeight

ExtraBold

Summary

The extra bold font.

Signature

1
public static FontWeight ExtraBold;

Return Value

FontWeight

UltraBold

Summary

The ultra bold font.

Signature

1
public static FontWeight UltraBold;

Return Value

FontWeight

Black

Summary

The black font.

Signature

1
public static FontWeight Black;

Return Value

FontWeight

Heavy

Summary

The Heavy font.

Signature

1
public static FontWeight Heavy;

Return Value

FontWeight

ExtraBlack

Summary

The Extra black font.

Signature

1
public static FontWeight ExtraBlack;

Return Value

FontWeight

UltraBlack

Summary

The ultra black font.

Signature

1
public static FontWeight UltraBlack;

Return Value

FontWeight