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 | Default font weight. |
Normal | 1 | Font weight is normal. |
Thin | 2 | Font weight is thin. |
ExtraLight | 3 | Font weight is ExtraLight. |
Light | 4 | Font weight is Light. |
Medium | 5 | Font weight is Medium. |
SemiBold | 6 | Font weight is SemiBold. |
Bold | 7 | Font weight is Bold. |
ExtraBold | 8 | Font weight is ExtraBold. |
Heavy | 9 | Font weight is Heavy. |