GUI Text node line height with Line Break?

New to defold. Rewriting a web game I have in godot in order to learn, compare, and maybe reduce the wasm size.

My issue is I have a Text node in my gui with Line Break on. Works great. Except… there seems to be no way to set the line height (i.e. the space between lines)? Very strange that something so basic is missing! Or am I the one missing something?

Thank you!

2 Likes

Aha found it! It’s called “Text Leading” in the text node properties.