Is there an elegant way to deal with multiple languages and fonts in Defold? It’s sometimes not ideal to include all chars in one font when dealing with multiple languages, each with many glyphs.
Ideally I’d like to change which font is used in a GUI at runtime, but I don’t think this is possible?
Is the only option, then, to map all text nodes in all GUIs and manually use set_font to change the font?