Jump to content

a logo thing

The logo thing 12 members have voted

You do not have permission to vote in this poll, or see the poll results. Please sign in or register to vote in this poll.

Featured Replies

very nice work by Dan

  • 3 weeks later...

Okay ... got an error here

Fatal error: Call to undefined function: imagettfbbox() in /home/blah/public_html/test/modules/mod_logo.php on line 202

Here is the call

	function box($text, $angle = 0)

	{

		$box = imagettfbbox($this->fontsize,$angle,$this->font,$text); 


		return $box;

	}



Now, my PHP version is 4.3.11 ... I checked and that should not be the problem. GD is supposedly installed, so I am stuck.

Any suggestions?

Keith

You need both GD ( might actually be GD2 ) and the FreeType library for it to work. :)

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.