Text Wrapping in G.D Library
Hi,
I need to know whether the is any possiblity in wraping a long text in a piture that is created with the G.D library function imagettfbox() & imagettftext() function.
for Example the
The Text is like
Welcome to the world of php. Php stands for Hypertext Pre-Processor.
Screenshot 1:
in the screenshot 1 the text is written in the picture but it does not wrap.
I want similar thing like this:
I want some help to wrap the text that is to be written in the picture.
Via imagettftext(). If there is any idea please help me.
Thanks in advance.