It seems to me that the editor and the engine renders the space char (U+0020) in different way.
For example “Enter your name” in the editor is using the correct space I designed in the font. In the engine the same label has really wide spaces.
I am typing the same exact words in the editor and in the code for the label.set_text. Do you think that lua is not using U+0020 for space?
Thanks!