Page 1 of 1

Bold text image

Posted: Fri Sep 14, 2007 3:33 am
by rajan
I want to make an image having bold, italic and mirror effect text using GD. I don't want to use different font for bold and italic text.How can I make such type of image.

Posted: Fri Sep 14, 2007 1:35 pm
by s.dot
Have a look in the manual for imagestring().

Posted: Fri Sep 14, 2007 11:04 pm
by rajan
I have checked this function and still I didn't get the solution for making text italic using same font. If i am using arial font for normal letters then I don't need to different font arialb for bold and ariali for italic letters.

Posted: Fri Sep 14, 2007 11:10 pm
by feyd
A single font only includes a single style. You will have to switch fonts to load the appropriate style.