I made a quick PoC with Defold to see if it supports Arabic text. It looks like it doesn’t.
Repro steps:
- Create a new empty Defold project
- Add a label, set the text to
Hello World
, run it and make sure it shows up - Download a font with full Arabic/Unicode character sets, like this one.
-
File
>New
>Font
- Edit font, set the
Font
to the.ttf
file and the size to 72 - Check the
All Chars
check-box. (Without this, most of the characters don’t appear.) - Change the label font to the new Arabic font
- Set the text to
القرآن الكريم
- Run the game
I was hoping the text would work. Alas, the letters appear backward (left-to-right instead of right-to-left) and disjointed:
Are there any plans to support RTL/I18N/Arabic/etc.?