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.
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.
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.