[PHP-DEV] Bug #849: ImageTTFText displays mirror image From: nivan <email protected>
Date: 10/15/98

From: nivan <email protected>
Operating system: Linux
PHP version: 3.0.5
PHP Bug Type: Other
Bug description: ImageTTFText displays mirror image

When using the ImageTTFText function to draw text inside a GIF image the text appears as a mirror image.

I call the function in the following way:

  ImageTTFText ($img,50,0,120,120,$c_axis,"fonts/Ambient.ttf","Testing...");

The text is drawn from top to bottom (note that I am using an angle of 0) and the text is a mirror image.

I have tried different fonts but the problem persists.

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>