summaryrefslogtreecommitdiff
path: root/third_party/freetype-py/doc/tt_ms_ids.rst
diff options
context:
space:
mode:
authorJames Godfrey-Kittle <jamesgk@google.com>2015-04-14 17:30:59 -0700
committerJames Godfrey-Kittle <jamesgk@google.com>2015-04-16 12:16:35 -0700
commit9c7be85eee749f620d722c8e0382bad3ed34c1b8 (patch)
tree7a955704e731626a4353f3285253c92654acdf9f /third_party/freetype-py/doc/tt_ms_ids.rst
parentba03b84b90b50afd99f9688059447bc545e5c0e1 (diff)
Remove freetype-py from repo, refer to GitHub.
Diffstat (limited to 'third_party/freetype-py/doc/tt_ms_ids.rst')
-rw-r--r--third_party/freetype-py/doc/tt_ms_ids.rst49
1 files changed, 0 insertions, 49 deletions
diff --git a/third_party/freetype-py/doc/tt_ms_ids.rst b/third_party/freetype-py/doc/tt_ms_ids.rst
deleted file mode 100644
index ede063c..0000000
--- a/third_party/freetype-py/doc/tt_ms_ids.rst
+++ /dev/null
@@ -1,49 +0,0 @@
-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_GB2312
-
- Corresponds to Simplified Chinese as used in Mainland China. See
- FT_ENCODING_GB2312.
-
-
-.. 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.)
-