PHP Classes

Where is imagettfbbox()?

Recommend this page to a friend!

      Button Maker Lite  >  All threads  >  Where is imagettfbbox()?  >  (Un) Subscribe thread alerts  
Subject:Where is imagettfbbox()?
Summary:I had a trouble with imagettfbbox().
Messages:3
Author:Aldo balbo
Date:2006-10-27 13:05:21
Update:2006-10-30 12:53:41
 

  1. Where is imagettfbbox()?   Reply   Report abuse  
Picture of Aldo balbo Aldo balbo - 2006-10-27 13:05:21
This function is not declared in class.buttonmaker.lite.php, so my FF browser showed this:


Fatal error: Call to undefined function imagettfbbox() in c:\web\buttonmaker\class.buttonmaker.lite.php on line 82

and the file lang.en.nl must be changed to lang.en.php.


Maybe it is in the full version.

Thanks anyway.

  2. Re: Where is imagettfbbox()?   Reply   Report abuse  
Picture of ben ben - 2006-10-27 15:00:00 - In reply to message 1 from Aldo balbo
Dear Aldo Balbo,

The imagettfbbox() is a component of the freetype library that should be installed together with GD2.
if you do a phpinfo(); scroll down to the GD there should be written the following:
FreeType Support enabled
FreeType Linkage with freetype

greetings
Ben

  3. Re: Where is imagettfbbox()?   Reply   Report abuse  
Picture of Aldo balbo Aldo balbo - 2006-10-30 12:53:41 - In reply to message 2 from ben
Hi man,

Now my GD is ON, and everything ran OK.

thanks for teaching.