Page 1 of 1

MagickQueryFontMetrics() incorrect text width

Posted: 2006-12-15T10:23:29-07:00
by vav
Hi,

Try to call MagickQueryFontMetrics() for string "lll" (lowercase L) with this font: http://www.atwss.com/vav/creampuff.ttf. It is less than text actually requires!

I tested it on IM 6.2.7.

Posted: 2006-12-15T10:41:32-07:00
by magick
You can always add the max_advance metric to ensure a proper bounding box. In the mean-time we will investigate and add a patch if required.