Carbon


Determining QuickDraw Text Version

Header: Gestalt.h

enum {
    gestaltQDTextVersion = 'qdtx',
    gestaltOriginalQDText = 0,
    gestaltAllegroQDText = 256
};

Constant descriptions

gestaltQDTextVersion
gestaltOriginalQDText

This is the original version of QuickDraw Text, used through Mac OS 8.1.

gestaltAllegroQDText

This is the version of QuickDraw Text used with Mac OS 8.2 and up.

To determine the version of the current QuickDraw Text, your application should pass the selector gestaltQuickdrawVersion to the Gestalt function.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)