Custom Font not changing Font Size

Hey, I’m pretty good with everything in Unity except for font settings, uhm…I know what it does, however it doesn’t want to work. This is my settings for the font and glyphs, it’s working fine, except it doesn’t work in to key areas, font size and going to the next line. You can change the value in font size in a UIText all you want, however it won’t want to cooperate at all. If you guys have any idea, that would be great! Thanks in advanced!

Example Screenshot: Dropbox - File Deleted - Simplify your life

Font Settings: Dropbox - File Deleted - Simplify your life

Ever figure this out?

Nope, never did.

i’m using unity 2019.x ,and find a solution:
open your fontsettings file in text editor, search for “m_FontSize” (it’s value is 0) and edit it’s value as you want.
it should work

2 Likes

Thanks, It works for me.

Thank you so much, it worked!