FontWeight 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.
Contains constants for font weights.
public ref class FontWeight abstract sealed
public static class FontWeight
type FontWeight = class
Public Class FontWeight
- 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. |