![]() |
Numeral Code Constants |
Header: Script.h |
enum { intWestern = 0, intArabic = 1, intRoman = 2, intJapanese = 3, intEuropean = 4, intOutputMask = 32768 };
Western numerals.
Native Arabic numerals.
Roman numerals.
Japanese numerals.
European numerals.
Output mask.
These numeral-code constants are available for specifying the kind of numerals a script uses. Note that they are bit numbers, not masks.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)