summaryrefslogtreecommitdiff
path: root/third_party/freetype-py/doc/tt_apple_ids.rst
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/freetype-py/doc/tt_apple_ids.rst')
-rw-r--r--third_party/freetype-py/doc/tt_apple_ids.rst37
1 files changed, 37 insertions, 0 deletions
diff --git a/third_party/freetype-py/doc/tt_apple_ids.rst b/third_party/freetype-py/doc/tt_apple_ids.rst
new file mode 100644
index 0000000..c26b825
--- /dev/null
+++ b/third_party/freetype-py/doc/tt_apple_ids.rst
@@ -0,0 +1,37 @@
+TT_APPLE_IDS
+============
+
+A list of valid values for the 'encoding_id' for TT_PLATFORM_APPLE_UNICODE
+charmaps and name entries.
+
+
+.. data:: TT_APPLE_ID_DEFAULT
+
+ Unicode version 1.0.
+
+
+.. data:: TT_APPLE_ID_UNICODE_1_1
+
+ Unicode 1.1; specifies Hangul characters starting at U+34xx.
+
+
+.. data:: TT_APPLE_ID_ISO_10646
+
+ Deprecated (identical to preceding).
+
+
+.. data:: TT_APPLE_ID_UNICODE_2_0
+
+ Unicode 2.0 and beyond (UTF-16 BMP only).
+
+
+.. data:: TT_APPLE_ID_UNICODE_32
+
+ Unicode 3.1 and beyond, using UTF-32.
+
+
+.. data:: TT_APPLE_ID_VARIANT_SELECTOR
+
+ From Adobe, not Apple. Not a normal cmap. Specifies variations on a real
+ cmap.
+