freetypy.TT_MS_ID

class freetypy.TT_MS_ID

Microsoft-specific encoding values.

  • SYMBOL_CS: Corresponds to Microsoft symbol encoding. See ENCODING.MS_SYMBOL.
  • UNICODE_CS: Corresponds to a Microsoft WGL4 charmap, matching Unicode. See ENCODING.UNICODE.
  • SJIS: Corresponds to SJIS Japanese encoding. See ENCODING.SJIS.
  • GB2312: Corresponds to Simplified Chinese as used in Mainland China. See ENCODING.GB2312.
  • BIG_5: Corresponds to Traditional Chinese as used in Taiwan and Hong Kong. See ENCODING.BIG5.
  • WANSUNG: Corresponds to Korean Wansung encoding. See ENCODING.WANSUNG.
  • JOHAB: Corresponds to Johab encoding. See ENCODING.JOHAB.
  • UCS_4: Corresponds to UCS-4 or UTF-32 charmaps. This has been added to the OpenType specification version 1.4 (mid-2001.)

Attributes

BIG_5
GB2312
JOHAB
SJIS
SYMBOL_CS
UCS_4
UNICODE_CS
WANSUNG