How do i resize my text in a label and button?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Malthe0503

I want to make my text bigger for my start menu but when i scale the label the text stays the same.

1 Like
:bust_in_silhouette: Reply From: manushifva

You can’t directly change the label’s font size. You need to import a costum font first. After that, you can change the font size, in the editor.

Or, you can scale up the whole label/button, in Rect option.

inspector:
Control → Theme Overrides → Font size

1 Like

That, or (especially if you want to share color/size across multiple labels) look at Label Settings property. You can save/load a LabelSettings config just like you can a shader or material. LabelSettings overrides Theme Overrides, fyi, so use one or the other.

1 Like