How to make 2 labels use the same font size, but still scale with the parent container?

Hello
I have 2 text labels, within the same container which contain different text.
I want to make the 2 labels use the same font size, but this size to increase and decrease when the size of the parent frame becomes bigger or smaller.

Any idea how I can achieve this?

Thank you

If im understanding correctly you need to use the scale properties instead of the offset.

click on the text label that you want to edit.

Open the properties tab

Scroll down to size

  • open the size arrow on the left hand side of the screen
  • open both the X components and Y components. it should look like this:

You see the offset properties and scale properties? make sure when you’re sizing your UI its always using scale. never use offset. That way your UI is able to scale on every possible device screen appropriately.

Hope that answered your question! :slight_smile: