shithub: freetype+ttf2subf

Download patch

ref: 08840150b75e3825df5f38c3f9ceccb0fd2ae5dc
parent: 86e6a71f5310ecf0b2e76b7054c4bde943b31ed0
author: David Turner <[email protected]>
date: Wed Sep 4 15:58:47 EDT 2002

* include/freetype/freetype.h: corrected the definition of
    ft_encoding_symbol to be FT_ENCODING_MS_SYMBOL (instead of
    the erroneous FT_ENCODING_SYMBOL)

    * builds/unix/unix-def.in: added "datadir" definition
    (thanks to Anthony Fok)

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2002-09-04  David Turner  <[email protected]>
+
+    * include/freetype/freetype.h: corrected the definition of
+    ft_encoding_symbol to be FT_ENCODING_MS_SYMBOL (instead of
+    the erroneous FT_ENCODING_SYMBOL)
+
+    * builds/unix/unix-def.in: added "datadir" definition
+    (thanks to Anthony Fok)
+
+
 2002-08-29  David Turner  <[email protected]>
 
     * src/pshinter/pshalgo.c: slight modification to the Postscript hinter
--- a/builds/unix/unix-def.in
+++ b/builds/unix/unix-def.in
@@ -58,6 +58,7 @@
 libdir       := @libdir@
 bindir       := @bindir@
 includedir   := @includedir@
+datadir      := @datadir@
 
 version_info := @version_info@
 
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -568,7 +568,7 @@
   /*                                                                       */
 #define  ft_encoding_none            FT_ENCODING_NONE
 #define  ft_encoding_unicode         FT_ENCODING_UNICODE
-#define  ft_encoding_symbol          FT_ENCODING_SYMBOL
+#define  ft_encoding_symbol          FT_ENCODING_MS_SYMBOL
 #define  ft_encoding_latin_1         FT_ENCODING_ADOBE_LATIN_1
 #define  ft_encoding_latin_2         FT_ENCODING_OLD_LATIN_2
 #define  ft_encoding_sjis            FT_ENCODING_MS_SJIS