Summary
Specifies the weight or thickness of the font.
Syntax
public sealed enum FontWeight
Members
Name | Type | Summary |
---|---|---|
Black | Field | The black font. |
Bold | Field | The bold font. |
DemiBold | Field | The demibold font. |
ExtraBlack | Field | The Extra black font. |
ExtraBold | Field | The extra bold font. |
ExtraLight | Field | The extra light font. |
Heavy | Field | The Heavy font. |
Light | Field | The light font. |
Medium | Field | The medium font. |
Normal | Field | The normal font. |
Regular | Field | The regular font. |
SemiBold | Field | The semibold font. |
Thin | Field | The thin font. |
UltraBlack | Field | The ultra black font. |
UltraBold | Field | The ultra bold font. |
UltraLight | Field | The ultra light font. |