FontWeights Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines constant values for standard font weights.
public ref class FontWeights abstract sealed
public static class FontWeights
type FontWeights = class
Public Class FontWeights
- Inheritance
-
FontWeights
Fields
Black |
Represents a black font weight (900). |
Bold |
Represents a bold font weight (700). |
Default |
Represents the default font weight. |
DemiBold |
Represents a demi-bold font weight (600), equivalent to SemiBold. |
ExtraBlack |
Represents an extra black font weight (950). |
ExtraBold |
Represents an extra bold font weight (800). |
ExtraLight |
Represents an extra light font weight (200). |
Heavy |
Represents a heavy font weight (900), equivalent to Black. |
Light |
Represents a light font weight (300). |
Medium |
Represents a medium font weight (500). |
Normal |
Represents a normal font weight (400). |
Regular |
Represents a regular font weight (400), equivalent to Normal. |
SemiBold |
Represents a semi-bold font weight (600). |
SemiLight |
Represents a semi-light font weight (400), equivalent to Normal. |
Thin |
Represents a thin font weight (100). |
UltraBlack |
Represents an ultra black font weight (950), equivalent to ExtraBlack. |
UltraBold |
Represents an ultra bold font weight (800), equivalent to ExtraBold. |
UltraLight |
Represents an ultra light font weight (200), equivalent to ExtraLight. |