Carbon


Numeral Code Constants

Header: Script.h

enum {
    intWestern = 0,
    intArabic = 1,
    intRoman = 2,
    intJapanese = 3,
    intEuropean = 4,
    intOutputMask = 32768
};

Constant descriptions

intWestern

Western numerals.

intArabic

Native Arabic numerals.

intRoman

Roman numerals.

intJapanese

Japanese numerals.

intEuropean

European numerals.

intOutputMask

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)