Re: [PHP] Change text size with GD

2003-10-27 Thread Jason Wong
On Monday 27 October 2003 21:11, Cranky wrote: > > I use the function imageTTFtext allows you to specify a string with a > > font and a font point size. > With this function is it possible to specify the size of the text with > width and height and not only with an integer ? You can only specify

Re: [PHP] Change text size with GD

2003-10-27 Thread Cranky
ROTECTED] Sent: 27 October 2003 10:16 To: [EMAIL PROTECTED] Subject: [PHP] Change text size with GD Hello, I would like to draw text in a rectangle on an image. The text must take all the place in the rectangle. The trouble is that with imagestring(), there are only 5 fonts (1, 2, 3, 4, 5) and the bigge

RE: [PHP] Change text size with GD

2003-10-27 Thread chris . neale
I use the function imageTTFtext allows you to specify a string with a font and a font point size. Hope that helps. Chris -Original Message- From: Cranky [mailto:[EMAIL PROTECTED] Sent: 27 October 2003 10:16 To: [EMAIL PROTECTED] Subject: [PHP] Change text size with GD Hello, I would

[PHP] Change text size with GD

2003-10-27 Thread Cranky
Hello, I would like to draw text in a rectangle on an image. The text must take all the place in the rectangle. The trouble is that with imagestring(), there are only 5 fonts (1, 2, 3, 4, 5) and the bigger (5) is still too smaller for my rectangle. Is there another way to change the size of the t