The line of PHP code that gives this info goes like this--at least the way
I unsuccessfully put it:
putenv('GDFONTPATH=Macintosh HD/Fonts $fontname = 'arial.ttf'
Steve,
I've never used fonts with GD before, but on the surface, this looks to be a path issue. Assuming that "Macintosh HD" is the volume you boot up OS X from, try changing the first line to:
putenv('GDFONTPATH=/Fonts/');
because what you see as "Macintosh HD" is actually / to the UNIX layer of the OS.
Hope this helps!
-- Chris Garaffa [EMAIL PROTECTED]
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php