How to have scaled test with no wrapping?

a5f74c77e776cf1a1a063e742536fe81

How can I have the biggest test possible without it wrapping like this?

I found an engine feature request for it but it’s over 4 years old and I’m assuming there’s some way to achieve this by now.

Enable Text Scaling in the Text propertys

You can’t have Text Scaling enabled without Wrapping enabled. Studio won’t let you.

17bf39a8a9fa24ac7b8b8333527b71a0

Found a hacky way of doing it. Create a text label that takes up 0.5 of the button. Center it using AnchorPoint. Enable scaled text and there you go.

Automatically resizes for every resolution and doesn’t weirdly wrap.

2 Likes