2.4.88 DefaultText

The DefaultText record specifies the text elements that are formatted using the information specified by the Text record immediately following this record.


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

id

id (2 bytes):  An unsigned integer that specifies the text elements that are formatted using the position and appearance information specified by the Text record immediately following this record. MUST be a value from the following table.

If this record is in a sequence of records that conforms to the CRT rule as specified by the Chart Sheet Substream ABNF, then this field MUST be 0x0000 or 0x0001.  If this record is not in a sequence of records that conforms to the CRT rule as specified by the Chart Sheet Substream ABNF, then this field MUST be 0x0002 or 0x0003.

Value

Meaning

0x0000

Format all Text records in the chart group where fShowPercent is equal to 0 or fShowValue is equal to 0.

0x0001

Format all Text records in the chart group where fShowPercent is equal to 1 or fShowValue is equal to 1.

0x0002

Format all Text records in the chart where the value of fScaled of the associated FontInfo structure is equal to 0.

0x0003

Format all Text records in the chart where the value of fScaled of the associated FontInfo structure is equal to 1.