|
|
|
@ -99,18 +99,18 @@ FT_BEGIN_HEADER |
|
|
|
|
* TT_APPLE_ID_UNICODE_1_1 :: |
|
|
|
|
* Unicode 1.1; specifies Hangul characters starting at U+34xx. |
|
|
|
|
* TT_APPLE_ID_ISO_10646 :: |
|
|
|
|
* Deprecated. |
|
|
|
|
* Deprecated (identical to preceding.) |
|
|
|
|
* TT_APPLE_ID_UNICODE_2_0 :: |
|
|
|
|
* Unicode 2.0 and beyond (UTF-16 BMP only). |
|
|
|
|
* Unicode 2.0 and beyond (UTF-16 BMP only.) |
|
|
|
|
* TT_APPLE_ID_UNICODE_32 :: |
|
|
|
|
* UTF-32 (Adobe proposal for OpenType). |
|
|
|
|
* Unicode 3.1 and beyond, using UTF-32 |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
#define TT_APPLE_ID_DEFAULT 0 /* Unicode 1.0 */ |
|
|
|
|
#define TT_APPLE_ID_UNICODE_1_1 1 /* specify Hangul at U+34xx */ |
|
|
|
|
#define TT_APPLE_ID_ISO_10646 2 /* deprecated */ |
|
|
|
|
#define TT_APPLE_ID_UNICODE_2_0 3 /* or later */ |
|
|
|
|
#define TT_APPLE_ID_UNICODE_32 4 /* Adobe proposal */ |
|
|
|
|
#define TT_APPLE_ID_UNICODE_32 4 /* 2.0 or later, full repertoire */ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/***********************************************************************
|
|
|
|
@ -257,8 +257,8 @@ FT_BEGIN_HEADER |
|
|
|
|
* Corresponds to Microsoft Johab encoding. See @FT_ENCODING_MS_JOHAB. |
|
|
|
|
* |
|
|
|
|
* TT_MS_ID_UCS_4 :: |
|
|
|
|
* Corresponds to UCS-4 or UTF-32 charmaps. This is a recent Adobe |
|
|
|
|
* proposal for OpenType. |
|
|
|
|
* Corresponds to UCS-4 or UTF-32 charmaps. This has been added into |
|
|
|
|
* OpenType specification as of version 1.4 (mid-2001.) |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
#define TT_MS_ID_SYMBOL_CS 0 |
|
|
|
@ -443,10 +443,15 @@ FT_BEGIN_HEADER |
|
|
|
|
/* of the TTF `name' table if the `platform' identifier code is */ |
|
|
|
|
/* TT_PLATFORM_MICROSOFT. */ |
|
|
|
|
/* */ |
|
|
|
|
/* The canonical source for the MS assigned LCID's is at */ |
|
|
|
|
/* The canonical source for the MS assigned LCID's used to be at */ |
|
|
|
|
/* */ |
|
|
|
|
/* http://www.microsoft.com/typography/OTSPEC/lcid-cp.txt */ |
|
|
|
|
/* */ |
|
|
|
|
/* Now (2002-11-15), the Microsoft site directs to */ |
|
|
|
|
/* */ |
|
|
|
|
/* http://www.microsoft.com/globaldev/reference/loclanghome.asp */ |
|
|
|
|
/* http://support.microsoft.com/support/kb/articles/Q224/8/04.ASP */ |
|
|
|
|
/* */ |
|
|
|
|
#define TT_MS_LANGID_ARABIC_SAUDI_ARABIA 0x0401 |
|
|
|
|
#define TT_MS_LANGID_ARABIC_IRAQ 0x0801 |
|
|
|
|
#define TT_MS_LANGID_ARABIC_EGYPT 0x0c01 |
|
|
|
@ -787,8 +792,10 @@ FT_BEGIN_HEADER |
|
|
|
|
/* Bit 7 Greek and Coptic */ |
|
|
|
|
#define TT_UCR_GREEK (1L << 7) /* U+0370-U+03FF */ |
|
|
|
|
/* Bit 8 is reserved (was: Greek Symbols and Coptic) */ |
|
|
|
|
/* Bit 9 Cyrillic */ |
|
|
|
|
/* Bit 9 Cyrillic + */ |
|
|
|
|
/* Cyrillic Supplementary */ |
|
|
|
|
#define TT_UCR_CYRILLIC (1L << 9) /* U+0400-U+04FF */ |
|
|
|
|
/* U+0500-U+052F */ |
|
|
|
|
/* Bit 10 Armenian */ |
|
|
|
|
#define TT_UCR_ARMENIAN (1L << 10) /* U+0530-U+058F */ |
|
|
|
|
/* Bit 11 Hebrew */ |
|
|
|
@ -843,10 +850,20 @@ FT_BEGIN_HEADER |
|
|
|
|
#define TT_UCR_LETTERLIKE_SYMBOLS (1L << 3) /* U+2100-U+214F */ |
|
|
|
|
/* Bit 36 Number Forms */ |
|
|
|
|
#define TT_UCR_NUMBER_FORMS (1L << 4) /* U+2150-U+218F */ |
|
|
|
|
/* Bit 37 Arrows */ |
|
|
|
|
/* Bit 37 Arrows + */ |
|
|
|
|
/* Supplemental Arrows-A + */ |
|
|
|
|
/* Supplemental Arrows-B */ |
|
|
|
|
#define TT_UCR_ARROWS (1L << 5) /* U+2190-U+21FF */ |
|
|
|
|
/* Bit 38 Mathematical Operators */ |
|
|
|
|
/* U+27F0-U+27FF */ |
|
|
|
|
/* U+2900-U+297F */ |
|
|
|
|
/* Bit 38 Mathematical Operators + */ |
|
|
|
|
/* Supplemental Mathematical Operators + */ |
|
|
|
|
/* Miscellaneous Mathematical Symbols-A + */ |
|
|
|
|
/* Miscellaneous Mathematical Symbols-B */ |
|
|
|
|
#define TT_UCR_MATHEMATICAL_OPERATORS (1L << 6) /* U+2200-U+22FF */ |
|
|
|
|
/* U+2A00-U+2AFF */ |
|
|
|
|
/* U+27C0-U+27EF */ |
|
|
|
|
/* U+2980-U+29FF */ |
|
|
|
|
/* Bit 39 Miscellaneous Technical */ |
|
|
|
|
#define TT_UCR_MISCELLANEOUS_TECHNICAL (1L << 7) /* U+2300-U+23FF */ |
|
|
|
|
/* Bit 40 Control Pictures */ |
|
|
|
@ -872,8 +889,10 @@ FT_BEGIN_HEADER |
|
|
|
|
#define TT_UCR_CJK_SYMBOLS (1L << 16) /* U+3000-U+303F */ |
|
|
|
|
/* Bit 49 Hiragana */ |
|
|
|
|
#define TT_UCR_HIRAGANA (1L << 17) /* U+3040-U+309F */ |
|
|
|
|
/* Bit 50 Katakana */ |
|
|
|
|
/* Bit 50 Katakana + */ |
|
|
|
|
/* Katakana Phonetic Extensions */ |
|
|
|
|
#define TT_UCR_KATAKANA (1L << 18) /* U+30A0-U+30FF */ |
|
|
|
|
/* U+31F0-U+31FF */ |
|
|
|
|
/* Bit 51 Bopomofo + */ |
|
|
|
|
/* Bopomofo Extended */ |
|
|
|
|
#define TT_UCR_BOPOMOFO (1L << 19) /* U+3100-U+312F */ |
|
|
|
@ -914,11 +933,16 @@ FT_BEGIN_HEADER |
|
|
|
|
/* Kangxi Radicals + */ |
|
|
|
|
/* Ideographic Description Characters + */ |
|
|
|
|
/* CJK Unified Ideographs Extension A */ |
|
|
|
|
/* CJK Unified Ideographs Extension A + */ |
|
|
|
|
/* CJK Unified Ideographs Extension B + */ |
|
|
|
|
/* Kanbun */ |
|
|
|
|
#define TT_UCR_CJK_UNIFIED_IDEOGRAPHS (1L << 27) /* U+4E00-U+9FFF */ |
|
|
|
|
/* U+2E80-U+2EFF */ |
|
|
|
|
/* U+2F00-U+2FDF */ |
|
|
|
|
/* U+2FF0-U+2FFF */ |
|
|
|
|
/* U+3400-U+4DB5 */ |
|
|
|
|
/*U+20000-U+2A6DF*/ |
|
|
|
|
/* U+3190-U+319F */ |
|
|
|
|
|
|
|
|
|
/* Private Use Area */ |
|
|
|
|
|
|
|
|
@ -927,8 +951,10 @@ FT_BEGIN_HEADER |
|
|
|
|
|
|
|
|
|
/* Compatibility Area and Specials */ |
|
|
|
|
|
|
|
|
|
/* Bit 61 CJK Compatibility Ideographs */ |
|
|
|
|
/* Bit 61 CJK Compatibility Ideographs + */ |
|
|
|
|
/* CJK Compatibility Ideographs Supplement */ |
|
|
|
|
#define TT_UCR_CJK_COMPATIBILITY_IDEOGRAPHS (1L << 29) /* U+F900-U+FAFF */ |
|
|
|
|
/*U+2F800-U+2FA1F*/ |
|
|
|
|
/* Bit 62 Alphabetic Presentation Forms */ |
|
|
|
|
#define TT_UCR_ALPHABETIC_PRESENTATION_FORMS (1L << 30) /* U+FB00-U+FB4F */ |
|
|
|
|
/* Bit 63 Arabic Presentation Forms-A */ |
|
|
|
@ -975,6 +1001,34 @@ FT_BEGIN_HEADER |
|
|
|
|
/* Yi Radicals */ |
|
|
|
|
#define TT_UCR_YI (1L << 19) /* U+A000-U+A48F */ |
|
|
|
|
/* U+A490-U+A4CF */ |
|
|
|
|
/* Bit 84 Tagalog + */ |
|
|
|
|
/* Hanunoo + */ |
|
|
|
|
/* Buhid + */ |
|
|
|
|
/* Tagbanwa */ |
|
|
|
|
#define TT_UCR_PHILIPPINE (1L << 20) /* U+1700-U+171F */ |
|
|
|
|
/* U+1720-U+173F */ |
|
|
|
|
/* U+1740-U+175F */ |
|
|
|
|
/* U+1760-U+177F */ |
|
|
|
|
/* Bit 85 Old Italic */ |
|
|
|
|
#define TT_UCR_OLD_ITALIC (1L << 21) /*U+10300-U+1032F*/ |
|
|
|
|
/* Bit 86 Gothic */ |
|
|
|
|
#define TT_UCR_GOTHIC (1L << 22) /*U+10330-U+1034F*/ |
|
|
|
|
/* Bit 87 Deseret */ |
|
|
|
|
#define TT_UCR_DESERET (1L << 23) /*U+10400-U+1044F*/ |
|
|
|
|
/* Bit 88 Byzantine Musical Symbols + */ |
|
|
|
|
/* Musical Symbols */ |
|
|
|
|
#define TT_UCR_MUSICAL_SYMBOLS (1L << 24) /*U+1D000-U+1D0FF*/ |
|
|
|
|
/*U+1D100-U+1D1FF*/ |
|
|
|
|
/* Bit 89 Mathematical Alphanumeric Symbols */ |
|
|
|
|
#define TT_UCR_MATH_ALPHANUMERIC_SYMBOLS (1L << 25) /*U+1D400-U+1D7FF*/ |
|
|
|
|
/* Bit 90 Private Use (plane 15) + */ |
|
|
|
|
/* Private Use (plane 16) */ |
|
|
|
|
#define TT_UCR_PRIVATE_USE_SUPPLEMENTARY (1L << 26) /*U+F0000-U+FFFFD*/ |
|
|
|
|
/*U+100000-U+10FFFD*/ |
|
|
|
|
/* Bit 91 Variation Selectors */ |
|
|
|
|
#define TT_UCR_VARIATION_SELECTORS (1L << 27) /* U+FE00-U+FE0F */ |
|
|
|
|
/* Bit 92 Tags */ |
|
|
|
|
#define TT_UCR_TAGS (1L << 28) /*U+E0000-U+E007F*/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*************************************************************************/ |
|
|
|
|