![]() |
Fallback-Handler Controls |
Header: UnicodeConverter.h |
enum { kUnicodeFallbackDefaultOnly = 0, kUnicodeFallbackCustomOnly = 1, kUnicodeFallbackDefaultFirst = 2, kUnicodeFallbackCustomFirst = 3 };
Use the default fallback handler only.
Use the custom fallback handler only.
Use the default fallback handler first, then the custom one.
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 SetFallbackUnicodeToTextRun
functions.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)