2.3.76 FontStyle

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

 FontStyle = fontStyleStart fontStyleValue


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

fontStyleStart

fontStyleValue

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

Value

Parent

0x13

SharedStyleProperties

NonSharedStyleProperties

fontStyleValue (1 byte): A byte that specifies the font style. The value of the fontStyleValue field is of type FontStyles, and it MUST be contained in the FontStyles enumeration.<45> The default value is 0x00.