pajoye Sun Oct 2 14:06:13 2005 EDT
Removed files:
/php-src/ext/gd gdttf.c gdttf.h
Modified files:
/php-src/ext/gd gd.c
Log:
- ft1 support remove, #2, gdttf.*
http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.313&r2=1.314&ty=u
Index: php-src/ext/gd/gd.c
diff -u php-src/ext/gd/gd.c:1.313 php-src/ext/gd/gd.c:1.314
--- php-src/ext/gd/gd.c:1.313 Sun Oct 2 14:01:49 2005
+++ php-src/ext/gd/gd.c Sun Oct 2 14:06:12 2005
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: gd.c,v 1.313 2005/10/02 18:01:49 pajoye Exp $ */
+/* $Id: gd.c,v 1.314 2005/10/02 18:06:12 pajoye Exp $ */
/* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center,
Cold Spring Harbor Labs. */
@@ -73,7 +73,6 @@
# include FT_FREETYPE_H
# else
# endif
-# include "gdttf.h"
#endif
#ifndef M_PI
@@ -3181,9 +3180,6 @@
# elif HAVE_GD_STRINGTTF
error = gdImageStringTTF(im, brect, col, fontname, ptsize, angle, x, y,
str);
# endif
-
-#else /* !USE_GD_IMGSTRTTF */
- error = gdttf(im, brect, col, fontname, ptsize, angle, x, y, str);
#endif
if (error) {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php