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 ...