Page 1 of 1

Mirror Text

Posted: 2007-09-19T01:31:04-07:00
by niketa
I have 2 line text. In first line there is normal text but in second line there is mirror image of text. I am doing this creating 2 different image for both line and then compose those image into one. But is there any other way to create mirror text in one line without affecting another line.

Re: Mirror Text

Posted: 2007-09-19T03:32:48-07:00
by mkoppanen
niketa wrote:I have 2 line text. In first line there is normal text but in second line there is mirror image of text. I am doing this creating 2 different image for both line and then compose those image into one. But is there any other way to create mirror text in one line without affecting another line.

You could try annotating the first part of the text, using ImagickDraw::rotate and then annotate the second piece of the text.