Larger font
Hey @professor687!
Could you possibly elaborate? Increasing the size of the font on a widget is right there in the text settings for any text box. Or do you mean in the editor? I think that might be an accessibility thing in windows. At the very least there is the magnify option!
just to add. there’s a ui scale option. both for editor and for games.
i’ve exposed that in my game so you can re-scale the ui.
there’s “application scale” in project settings, for your game. this can be changed at runtime.
be aware ue does scaling based on dpi too, and with a curve. i wouldn’t modify that unless you truly know what you’re doing.
there’s also “application scale” in engine settings, for your editor, that’s the one you might want.
will scale font AND buttons.