php3-list | 199901
Date: 01/31/99
- Next message: Paul DuBois: "Re: [PHP3] Email with no info"
- Previous message: Rick Wiggins: "[PHP3] FreeType Support with FreeBSD returns "Document contains no data""
- In reply to: Rick Wiggins: "[PHP3] FreeType Support with FreeBSD returns "Document contains no data""
- Next in thread: Rick Wiggins: "Re: [PHP3] FreeType Support with FreeBSD returns "Document contains no data""
- Reply: Rick Wiggins: "Re: [PHP3] FreeType Support with FreeBSD returns "Document contains no data""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> I'm using FreeType 1.2 and GD 1.3 (even though 'phpinfo()' reports 1.2 -
> perhaps this is the FreeType version and not the GD version).
Try editing your config.h file in your PHP directory and fine the line
that says:
#define HAVE_LIBGD13 0
Change that 0 to a 1, type: make clean
and recompile PHP (and Apache).
Normally the symptom you see if PHP can't figure out the correct gd
version is that the fonts are displayed backwards, but who knows. The
symptoms could vary.
If this doesn't fix it, try a couple of different TTF fonts. Not all the
Windows TTF fonts work (I have no idea why, I am not a TTF expert by any
means). About 90% of them do though.
-Rasmus
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>
- Next message: Paul DuBois: "Re: [PHP3] Email with no info"
- Previous message: Rick Wiggins: "[PHP3] FreeType Support with FreeBSD returns "Document contains no data""
- In reply to: Rick Wiggins: "[PHP3] FreeType Support with FreeBSD returns "Document contains no data""
- Next in thread: Rick Wiggins: "Re: [PHP3] FreeType Support with FreeBSD returns "Document contains no data""
- Reply: Rick Wiggins: "Re: [PHP3] FreeType Support with FreeBSD returns "Document contains no data""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

