Re: [PHP] Unable to get ImageTTFText output

2002-02-05 Thread Neil Freeman
rish > -- > www.girishnath.co.uk > > - Original Message - > From: "Neil Freeman" <[EMAIL PROTECTED]> > To: "PHP General" <[EMAIL PROTECTED]> > Sent: Tuesday, February 05, 2002 2:59 PM > Subject: [PHP] Unable to get ImageTTFText output &

Re: [PHP] Unable to get ImageTTFText output

2002-02-05 Thread Neil Freeman
s/arial.ttf"; > > ImageTTFText($im, 20, 0, 3, 3, $text_colour, $fontfile, "My text"); > > Regards > > Girish > -- > www.girishnath.co.uk > > - Original Message - > From: "Neil Freeman" <[EMAIL PROTECTED]> > To: "PHP Ge

Re: [PHP] Unable to get ImageTTFText output

2002-02-05 Thread Girish Nath
); Regards Girish -- www.girishnath.co.uk - Original Message - From: "Neil Freeman" <[EMAIL PROTECTED]> To: "PHP General" <[EMAIL PROTECTED]> Sent: Tuesday, February 05, 2002 2:59 PM Subject: [PHP] Unable to get ImageTTFText output Hi there, I am trying to use t

[PHP] Unable to get ImageTTFText output

2002-02-05 Thread Neil Freeman
Hi there, I am trying to use the ImageTTFText function to output some text onto an existing image. Problem being though that the text does not get outputted. I have placed the ttf file 'arial.ttf' within the same directory as my script. Here is a snippet of my code: Header("Content-Type: ima