RTLTMPro
RTLTMPro copied to clipboard
Right-To-Left Text Mesh Pro for Unity. This plugin adds support for Persian and Arabic languages to TextMeshPro.
Having issue with arabic character "e" [ي - Arabic Letter Yeh: U+064A - Unicode Character Table (unicode-table.com)](https://unicode-table.com/en/064A/) I can see this in our font character map using the Unity font...
Fixed the underline displaying issue by self-implementing reversing the text instead of reversing with TMPro. Detailed implementation: 1. In RTLTextMeshPro.cs, removed all lines setting `isRightToLeftText` and added an `enableRTL` boolean...
I've tried to create Arabic content with segoeui SDF Arabic from RTLTMPro, but unfortunately, it fails to display underlines correctly, with some pixels appearing incomplete, as in the attached image....
موقع تایپ در اینپوت فیلد به جای باکس rtl باکس text تغییر میکنه و قاعدتا درست نشون داده نمیشه. unity 2023
I've kept every thing as it was before, except what I was having the issue with. I can see some place of improvement in the ```ContextMenu.cs```. Please feel free to...
This is not as big of an issue compare to others that've seen for this project. ### The Problem Let's say you have a screen and you want to add...
When trying to write words that contains Ya'aa (ي) Or ى ، the package not showing these characters Example :  
توی فونت لاله زار حرف های غیر چسبان ش و ا تست کردم کار نمی کرد
when getting a text from RTLTMP from code and want to set it on another object, the text become a normal text and is not fixed but works perfectly when...