Hi,
With the latest update (2.5.1), you've added the possibility to shrink a label if the text is larger than the maxSize.
It's working great, but... only for single line labels.
Let's say I have a label, that has a max size of 250px.
If I want this label, to stop at the end of the 250px and go on on the next line, I just do nothing. It works (ok, normal).
If I want it to stop, and takes only 4 lines, I should just set the max lines to 4, and the text should shrink just a little, so that it fits in 4 lines. Right now, the problem is that, if you shrink it, it will try to fit everything on a single line, and display a really tiny label, even if I want it to be on 4 lines
Is there any way to fix that ?
Thanks !