UI Textlabel Font Size Issue

Pretty simple question here. How am I to get these textlabels to be the same size whilst still being consistent on all screen sizes. They are both set to text scaled true, but issue is less characters would make the text bigger.

Unless I am thinking about it wrong, does setting the text scaled to false and manually setting a font size, will this transfer across screen sizes.
image
image

use UIListLayout to keep all the buttons in the right position. Use a frame which holds the layout and buttons, this will be what determines the size. Add a aspectRatioConstraint to the buttons

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.