freetypy.TT_APPLE_ID

class freetypy.TT_APPLE_ID

Apple-specific encoding values.

  • DEFAULT: Unicode version 1.0.
  • UNICODE_1_1: Unicode 1.1; specifies Hangul characters starting at U+34xx.
  • ISO_10646: Deprecated (identical to preceding).
  • UNICODE_2_0: Unicode 2.0 and beyond (UTF-16 BMP only).
  • UNICODE_32: Unicode 3.1 and beyond, using UTF-32.
  • VARIANT_SELECTOR: From Adobe, not Apple. Not a normal cmap. Specifies variations on a real cmap.
__init__()

x.__init__(...) initializes x; see help(type(x)) for signature

Attributes

DEFAULT
ISO_10646
UNICODE_1_1
UNICODE_2_0
UNICODE_32
VARIANT_SELECTOR