Hi! I tried using your program with the Arabic language, but the text appears broken the letters are not connected, and the direction is left-to-right instead of right-to-left.
Arabic needs special rendering support for both letter shaping and correct direction. You may need to use libraries or frameworks that support RTL languages properly, or apply Arabic text shaping (for example, using libraries like arabic_reshaper and bidi if you’re working in Python or similar solutions for other environments).
Thanks for your hard work I hope full Arabic support can be added soon!