FontWeight Class

Definition

Contains constants for font weights.

public static class FontWeight
type FontWeight = class
Inheritance
FontWeight

Fields

Black

The constant for specifying the black font weight.

Bold

The constant for specifying the bold font weight.

Book

The constant for specifying the book font weight.

ExtraBlack

The constant for specifying the extra black font weight.

Light

The constant for specifying the light font weight.

Medium

The constant for specifying the medium font weight.

None

The constant for specifying no font weight.

Normal

The constant for specifying the normal, or default, font weight.

SemiBold

The constant for specifying the semibold font weight.

Thin

The constant for specifying the thin font weight.

UltraBold

The constant for specifying the ultrabold font weight.

UltraLight

The constant for specifying the ultralight font weight.

Applies to