1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
TT_MS_IDS
=========
A list of valid values for the 'encoding_id' for TT_PLATFORM_MICROSOFT
charmaps and name entries.
.. data:: TT_MS_ID_SYMBOL_CS
Corresponds to Microsoft symbol encoding. See FT_ENCODING_MS_SYMBOL.
.. data:: TT_MS_ID_UNICODE_CS
Corresponds to a Microsoft WGL4 charmap, matching Unicode. See
FT_ENCODING_UNICODE.
.. data:: TT_MS_ID_SJIS
Corresponds to SJIS Japanese encoding. See FT_ENCODING_SJIS.
.. data:: TT_MS_ID_PRC
Corresponds to Simplified Chinese as used in Mainland China. See
FT_ENCODING_PRC.
.. data:: TT_MS_ID_BIG_5
Corresponds to Traditional Chinese as used in Taiwan and Hong Kong. See
FT_ENCODING_BIG5.
.. data:: TT_MS_ID_WANSUNG
Corresponds to Korean Wansung encoding. See FT_ENCODING_WANSUNG.
.. data:: TT_MS_ID_JOHAB
Corresponds to Johab encoding. See FT_ENCODING_JOHAB.
.. data:: TT_MS_ID_UCS_4
Corresponds to UCS-4 or UTF-32 charmaps. This has been added to the OpenType
specification version 1.4 (mid-2001.)
|