2.4.123 FontX

The FontX record specifies the font for a given text element. The Font record referenced by iFont can exist in this chart sheet substream or the workbook.


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

iFont

iFont (2 bytes):  An unsigned integer that specifies the font to use for subsequent records.  This font can either be the default font of the chart, part of the collection of Font records following the FrtFontList record, or part of the collection of Font records in the Globals Substream.  If iFont is 0x0000, this record specifies the default font of the chart. If iFont is less than or equal to the number of Font records in the Globals Substream, iFont is a one-based index to a Font record in the Globals Substream.  Otherwise iFont is a one-based index into the collection of Font records in this chart sheet substream where the index is equal to iFont – n, where n is the number of Font records in the Globals Substream.