![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
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.
![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
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.
![]() |
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
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.