Anyone?
I have started a bounty on stack overflow for this:
http://stackoverflow.com/questions/7221 ... over-image
Search found 2 matches
- 2011-09-03T03:33:53-07:00
- Forum: Users
- Topic: How to draw two strings over image with different size?
- Replies: 2
- Views: 4804
- 2011-08-28T08:39:50-07:00
- Forum: Users
- Topic: How to draw two strings over image with different size?
- Replies: 2
- Views: 4804
How to draw two strings over image with different size?
I want to draw a rectangle with two strings in it. I want the first string to be 15pt size (its a number), second to be 10pt size (the label). It's easy to draw single string with one size to the rectangle, I do it like this: $image = new Imagick('someimage.png'); $draw = new ImagickDraw; $draw ...