hello everybody again,
a solution for this problem is offered on http://bugs.php.net, #bug 18879. I didn't find it earlier, but the workaround:
putenv("GDFONTPATH=c:\\winnt\\fonts");
then use font name without extension (eg. "arial") in your call to ImageTTFBBox();
works perfectly, with other ttf-functions as well.
ciao, claudia
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
- [PHP-WIN] php 4.2.3, gd2, freetype 2 and still a problem w... Claudia Raedig
- Re: [PHP-WIN] php 4.2.3, gd2, freetype 2 and still a ... Stephen Edmonds
- Claudia Raedig