[RESOLVED] Text rendering: label overflows

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
jdstruck
Posts: 3
Joined: 2013-05-21T06:24:41-07:00
Authentication code: 6789

Re: Text rendering: label overflows

Post by jdstruck »

just to update, I just installed 6.8.5-7 2013-05-19 Q16 and I have no more overflow problems. Thank you to whomever fixed this.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Text rendering: label overflows

Post by fmw42 »

Label: seems to have reverted to its previous bad results in IM 6.8.5.10 Q16 beta


imb convert -size 200x20 label:"T_T" 1label1.png
Image

imb convert -size 200x20 label:"T____________________________________T" 1label2.png
Image
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Text rendering: label overflows

Post by magick »

We're done modifying label and caption. If you need a better layout engine, we recommend Pango.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Text rendering: label overflows

Post by fmw42 »

OK. I understand. Just wanted to be sure this is what you wanted as the best compromise.
Post Reply