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.
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.
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.
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.