FontWeights Enum

Definition

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

Bold 7

Specifies a font thickness which matches Cascading Style Sheets (CSS) font weight 700.

Default 0

Specifies the default font thickness, which is the same as “Normal”.

ExtraBold 8

Specifies a font thickness which matches CSS font weight 800.

ExtraLight 3

Specifies a font thickness which matches CSS font weight 200.

Heavy 9

Specifies a font thickness which matches CSS font weight 900.

Light 4

Specifies a font thickness which matches CSS font weight 300.

Medium 5

Specifies a font thickness which matches CSS font weight 500.

Normal 1

Specifies a font thickness which matches CSS font weight 400.

SemiBold 6

Specifies a font thickness which matches CSS font weight 600.

Thin 2

Specifies a font thickness which matches CSS font weight 100.

Applies to