struct ATSGlyphVector {
ItemCount numGlyphs;
ItemCount numAllocatedGlyphs;
ByteCount recordSize;
void *firstRecord;
UInt8 *levelIndexes;
ATSGlyphArrayFlags atsArrayFlags;
void *atsPrivRetain;
ATSStyleSetting *styleSettings;
UInt16 numStyles;
SInt16 lastCaretPos;
Fixed lastRealPos;
Fixed lineAngle;
UInt32 lineState;
FixedRect boundingRect;
ItemCount maxCharOffset;
Fixed lineShift;
Fixed underlinePos;
Fixed underlineThickness;
UInt32 version;
};
typedef ATSGlyphVector ATSGlyphVectorPtr;
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)