Re: [PHP] Re: center text on image

2002-02-14 Thread J Smith
re baseline relatedi.e the letter 'y' goes under the > line. any ideas? > - Original Message - > From: "J Smith" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, February 14, 2002 6:48 PM > Subject: [PHP] Re: center text on i

Re: [PHP] Re: center text on image

2002-02-14 Thread Adrian Murphy
bruary 14, 2002 6:48 PM Subject: [PHP] Re: center text on image > > If you're using GD2, try looking at ImageTTFBox() and ImageFTBox(). They'll > give you the coordinates for a bounding box around the text. Use them in > relation to the image to center it properly. >

[PHP] Re: center text on image

2002-02-14 Thread J Smith
If you're using GD2, try looking at ImageTTFBox() and ImageFTBox(). They'll give you the coordinates for a bounding box around the text. Use them in relation to the image to center it properly. J Adrian Murphy wrote: > I was wondering if it's possible to centre text precisely on > an image