defold-richtext icon indicating copy to clipboard operation
defold-richtext copied to clipboard

add ability to automatically scale text to fit in the bounds supplied

Open greay opened this issue 3 years ago • 1 comments

currently, there's no way to do this builtin, and it would be incredibly useful. The metrics returned by richtext.create() don't seem to include the width, so doing it after the fact poses some problems as you have to loop through the words and calculate the full width yourself.

greay avatar Aug 05 '21 06:08 greay

Good feature request! I can't say for sure when I have the time to add this feature.

britzl avatar Aug 10 '21 21:08 britzl