Can I add a border to button text?

Godot Version

4.1.3

Question

Just dipping my toes into Godot’s UI theming so apologies if this is a silly beginner question. But I can’t find a way to add a stroke / border to the text of a button. Any pointers? Thanks in advance!

Edit for anyone reading this question later: The accepted solution works for a one-time override, which put me on the right track. To add the text border into the actual theme you’ll need to set font_outline_color on the first theme settings tab, then outline_size on the second tab.

Check Theme Overrides properties. You need to change the font outline property and increase the outline size in Constants.

Perfect, thank you!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.