Ticket #3283: patch-gdft.c

File patch-gdft.c, 285 bytes (added by master@…, 19 years ago)

Disable Postscript fonts aliasing to URW fonts

Line 
1--- gdft.c.org  Sun Nov 14 04:21:18 2004
2+++ gdft.c      Wed May 18 09:09:16 2005
3@@ -1363,7 +1363,7 @@
4 
5 #include <fontconfig/fontconfig.h>
6 
7-/* #define NO_POSTSCRIPT_ALIAS 1 */
8+#define NO_POSTSCRIPT_ALIAS 1
9 #ifndef NO_POSTSCRIPT_ALIAS
10 typedef struct _PostscriptAlias {
11   char* name;