Carbon


CMDateTimeType

Header: CMICCProfile.h

struct CMDateTimeType {
    OSType typeDescriptor; 
    UInt32 reserved; 
    CMDateTime dateTime; 
    Float32Point deviceAdvance; 
    Float32Point topLeft; 
    UInt32 height; 
    UInt32 width; 
    Float32Point sideBearing; 
    Float32Point otherSideBearing; 
    Boolean async; 
    SInt8 filler; 
    ConnectionCompletionUPP completionRoutine; 
    UInt32 version; 
    Float32 ascent; 
    Float32 descent; 
    Float32 leading; 
    Float32 avgAdvanceWidth; 
    Float32 maxAdvanceWidth; 
    Float32 minLeftSideBearing; 
    Float32 minRightSideBearing; 
    Float32 stemWidth; 
    QElem *qLink; 
    SInt16 qType; 
    SInt16 ioTrap; 
    Ptr ioCmdAddr; 
    XPPCompletionUPP ioCompletion; 
    OSErr ioResult;
};

© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)