Important: The information in this document is obsolete and should not be used for new development.
Flatten Header Bytes
The two bytes following the byte containing thegxHeaderTypeOpcodecontain the version of QuickDraw GX that generated the stream of data that follows and two flags that are defined by thegxFlattenFlagsenumeration.
struct gxFlattenHeader { fixed version; unsigned char flatFlags; };The QuickDraw GX version and the flatten flags are described in the section "Header Data" beginning on page 7-27.
Field Description
- version
- The version of QuickDraw GX that was used to create the stream.
- flatFlags
- The
gxFontListFlattenandgxFontGlyphsFlattenflags.