iced-rs / iced

A cross-platform GUI library for Rust, inspired by Elm
https://iced.rs
MIT License
24.84k stars 1.17k forks source link

RTL Language support #250

Open Taha-Firoz opened 4 years ago

Taha-Firoz commented 4 years ago

I really need to display urdu text(which is primarily made up of the farsi + arabic script) somehow. I've tried using windows terminal but all the alphabets are displayed disjoint which makes it completely unreadable. I turned to Iced since to my knowledge it's the most pain-free GUI framework in rust rn, however, it doesn't display Urdu text properly either.

image It was supped to display میں but it displays them disjoint Here you can see how the letters are displayed LTR and are disjoint. Is there anyway I can add this support with some changes. I have 0 experience in any ELM style architecture but I have enough experience in rust.

hecrj commented 4 years ago

This is planned! See #33 and #103.

ElhamAryanpur commented 1 year ago

bump

Are there any updates so far on this?

TheKaram commented 1 week ago

Any updates?