Carbon


CMTextDescriptionType

Header: CMICCProfile.h

struct CMTextDescriptionType {
    OSType typeDescriptor; 
    UInt32 reserved; 
    UInt32 ASCIICount; 
    UInt8 ASCIIName[2]; 
    UInt32 UniCodeCode; 
    UInt32 UniCodeCount; 
    UInt8 UniCodeName[2]; 
    SInt16 ScriptCodeCode; 
    UInt8 ScriptCodeCount; 
    UInt8 ScriptCodeName[2];
};

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