共用方式為


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

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.

Applies to