diff options
author | Pierre Joye <pierre.php@gmail.com> | 2013-04-07 13:06:13 +0200 |
---|---|---|
committer | Pierre Joye <pierre.php@gmail.com> | 2013-04-07 13:06:13 +0200 |
commit | 78d8effe141f809fac0a6cca8bfbb6302578d870 (patch) | |
tree | c233209b3d612779c6b1ed132ab080e2b3faa64a /src/gd.h | |
parent | 91c414195087b73583f874c234b8905b484f0e20 (diff) | |
parent | 2a921c80fbdd1d684f32bf763c26e024052314e6 (diff) | |
download | libgd-78d8effe141f809fac0a6cca8bfbb6302578d870.tar.gz |
Merged in wojdyr/gd-libgd-fork/default_fontpath (pull request #7)
set default values for DEFAULT_FONTPATH and PATHSEPARATOR for Windows
Diffstat (limited to 'src/gd.h')
-rw-r--r-- | src/gd.h | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -60,22 +60,6 @@ extern "C" { { #endif -/* some might want to set DEFAULT_FONTPATH from configure in config.h */ -#ifdef NETWARE -/* default fontpath for netware systems, could probably be handled in configure for 2.1 */ -#define DEFAULT_FONTPATH "sys:/java/nwgfx/lib/x11/fonts/ttf;." -#define PATHSEPARATOR ";" -#endif - -/* 2.0.23: more Type 1 fonts */ -#ifndef DEFAULT_FONTPATH -/* default fontpath for unix systems - whatever happened to standards ! */ -#define DEFAULT_FONTPATH "/usr/X11R6/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/truetype:/usr/X11R6/lib/X11/fonts/TTF:/usr/share/fonts/TrueType:/usr/share/fonts/truetype:/usr/openwin/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/Type1:/usr/lib/X11/fonts/Type1:/usr/openwin/lib/X11/fonts/Type1" -#endif -#ifndef PATHSEPARATOR -#define PATHSEPARATOR ":" -#endif - /* gd.h: declarations file for the graphic-draw module. * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose and without fee is hereby granted, provided |