2.3.79 FontWeight

The FontWeight property specifies the thickness of the font for a contiguous set of characters. If this property is specified, it MUST be part of a Style record. If the FontWeight property is not specified, the default value is used.

 FontWeight = fontWeightStart fontWeightValue


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

fontWeightStart

fontWeightValue

fontWeightStart (1 byte): A byte that specifies the start of the FontWeight property. The value of the fontWeightStart field MUST be the following value.

Value

Parent

0x16

SharedStyleProperties

NonSharedStyleProperties

fontWeightValue (1 byte): A byte that specifies the font weight. The value of this field is of type FontWeights, and it MUST be contained in the FontWeights enumeration.<46> The default value is 0x00.