Fit to box?

I’m making a widget where a line of text changes depending on the phase of the moon. Some of the text is longer than others, so want the font size to change and it to run over to multiple lines depending on how long the text is.

I thought fit to box would be my solution there, but even though I’ve listed the box at 520x200, it ignores the height and just fixes it to the 520 width on one line. ls fit to box not the way to do that? And if not, is there a way to do that?
Thanks!

If you want it to run over multiple lines, you should use Fixed Width
That doesn’t change the font size (and there’s no need for that with the multiple lines)

1 Like