Carbon


Fallback-Handler Controls

Header: UnicodeConverter.h

enum {
    kUnicodeFallbackDefaultOnly = 0,
    kUnicodeFallbackCustomOnly = 1,
    kUnicodeFallbackDefaultFirst = 2,
    kUnicodeFallbackCustomFirst = 3
};

Constant descriptions

kUnicodeFallbackDefaultOnly

Use the default fallback handler only.

kUnicodeFallbackCustomOnly

Use the custom fallback handler only.

kUnicodeFallbackDefaultFirst

Use the default fallback handler first, then the custom one.

kUnicodeFallbackCustomFirst

Use the custom fallback handler first, then the default one.

Used to specify which fallback handler the Unicode Converter should use. If you use both, you can set the order in which they are called. You use these constants to set the controlFlags parameter of the SetFallbackUnicodeToText and SetFallbackUnicodeToTextRun functions.


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