hey,

Check the properties at
http://www.weberdev.com/Manuals/PHP/function.imagettftext.html

You can try second imagettftext with new X and Y co-ordinates.

Thanks
Richard

On 1/25/06, Louie Miranda <[EMAIL PROTECTED]> wrote:
>
> imagettftext($im, $size, 0, 2, 13, $text_color,
> "includes/resources/SHELAS.TTF", "$text");
>
> I have generated this image text width=300 x height=300. The value of the
> $text is
>
> Hello World
>
> I want to get the second word which is World into the second line. I have
> tried \n but it has no effect.
>
> Would that be possible? Please help.
>
> --
> Louie Miranda
> http://www.axishift.com -- under development
>

Reply via email to