ID: 12599
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: GD related
Operating System: Win98
PHP Version: 4.0.6
New Comment:

This has been fixed in CVS already. Next time, use the search before submitting bug 
reports..

--Jani


Previous Comments:
------------------------------------------------------------------------

[2001-08-06 10:56:33] [EMAIL PROTECTED]

The following code generates this warning (doesn't happen with 4.0.5):
<b>Warning</b>:  Could not find/open font in <b>d:\public_html\image_create.php</b> on 
line <b>357</b><br>

Code:
<?php
Header ("Content-type: image/jpeg");
$im = imagecreate (400, 30);
$black = ImageColorAllocate ($im, 0, 0, 0);
$white = ImageColorAllocate ($im, 255, 255, 255);
ImageTTFText ($im, 20, 0, 10, 20, $white, "D:/public_html/fonts/a.ttf", "Testing... 
Omega: &#937;");
ImageJpeg ($im);
ImageDestroy ($im);
?>

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=12599&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to