ref: 1a42f3253d73b7a738335cca2c359d14b80a245f
parent: 79a5ac603a29ba316d4d5d824a014589eb8879e4
author: Werner Lemberg <[email protected]>
date: Thu Jan 22 02:56:24 EST 2015
Clarify meaning of FT_ENCODING_MS_SYMBOL.
--- a/include/freetype.h
+++ b/include/freetype.h
@@ -642,9 +642,12 @@
/* */
/* FT_ENCODING_MS_SYMBOL :: */
/* Corresponds to the Microsoft Symbol encoding, used to encode */
- /* mathematical symbols in the 32..255 character code range. For */
- /* more information, see */
- /* `http://www.kostis.net/charsets/symbol.htm'. */
+ /* mathematical symbols and wingdings. For more information, see */
+ /* `http://www.kostis.net/charsets/symbol.htm' and */
+ /* `http://www.kostis.net/charsets/wingding.htm'. */
+ /* */
+ /* This encoding uses character codes from the PUA (Private Unicode */
+ /* Area) in the range U+F020-U+F0FF. */
/* */
/* FT_ENCODING_SJIS :: */
/* Corresponds to Japanese SJIS encoding. More info at */