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

Font weight is Bold.

Default 0

Default font weight.

ExtraBold 8

Font weight is ExtraBold.

ExtraLight 3

Font weight is ExtraLight.

Heavy 9

Font weight is Heavy.

Light 4

Font weight is Light.

Medium 5

Font weight is Medium.

Normal 1

Font weight is normal.

SemiBold 6

Font weight is SemiBold.

Thin 2

Font weight is thin.

Applies to