Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Environment and Utilities /
Chapter 7 - QuickDraw GX Stream Format / QuickDraw GX Stream Format Reference
Opcode Constants and Data Types


Flatten Header Bytes

The two bytes following the byte containing the gxHeaderTypeOpcode contain the version of QuickDraw GX that generated the stream of data that follows and two flags that are defined by the gxFlattenFlags enumeration.

struct gxFlattenHeader {
   fixed          version;
   unsigned char  flatFlags;
};
Field Description
version
The version of QuickDraw GX that was used to create the stream.
flatFlags
The gxFontListFlatten and gxFontGlyphsFlatten flags.
The QuickDraw GX version and the flatten flags are described in the section "Header Data" beginning on page 7-27.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996