FontWeights Enum
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.
Specifies the thickness of font for text within a report item.
public enum class FontWeights
public enum FontWeights
type FontWeights =
Public Enum FontWeights
- Inheritance
-
FontWeights
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Specifies the default font thickness, which is the same as “Normal”. |
Normal | 1 | Specifies a font thickness which matches CSS font weight 400. |
Thin | 2 | Specifies a font thickness which matches CSS font weight 100. |
ExtraLight | 3 | Specifies a font thickness which matches CSS font weight 200. |
Light | 4 | Specifies a font thickness which matches CSS font weight 300. |
Medium | 5 | Specifies a font thickness which matches CSS font weight 500. |
SemiBold | 6 | Specifies a font thickness which matches CSS font weight 600. |
Bold | 7 | Specifies a font thickness which matches Cascading Style Sheets (CSS) font weight 700. |
ExtraBold | 8 | Specifies a font thickness which matches CSS font weight 800. |
Heavy | 9 | Specifies a font thickness which matches CSS font weight 900. |