How can I make it display special characters like í or à or that kind of stuff ? I guess that as default it has the english system that does not use it, so it ignores it, but I would really want to use this characters to translate the game to Catalan.
Which text?
You need to use a font which has those characters in it. Check out the Google Noto series of fonts for good options. You then need to make sure you check include all chars in the font in Defold or specify which exact characters to include in one of the options.
By default Defold fonts will include the ASCII printable characters (character codes 32-126). To manually include additional characters, list them in the “extra_characters” property field.
3 Likes
Cooooool, Thank you very much : D
1 Like