In reference to:
http://bytes.com/groups/php/4833-gd-...t-font-problem

I realize this is an older thread but, I just registered for this forum after searching for an answer to this problem and thought I'd add my 2 cents.

I discovered the following combination works on my machine:
[code=php]
putenv('GDFONTP ATH=C:\WINDOWS\ Fonts');
$font = getenv('GDFONTP ATH') . '\comic.ttf';[/co...