View Single Post
12-29-22, 08:10 AM   #3
Platine
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Dec 2010
Posts: 72
Unfortunately, it didn't help either. Anyway, every typically Arabic font displays it similarly:



I think the Wow engine itself modifies something as it sees the Arabic text.
In order to display it in the form as in the picture above, I have to internally change the order of letters in the text - from the end - even though the text is written correctly, from right to left.
Because displayed directly from the variable, it prints the letters of the text correctly, but in reverse order:



The text stored in the variable is 100% correct in Arabic. Windows displays it like this:



Another problem is the proper positioning of the text in the settings frame.
By default, the text is displayed from left to right and aligned to the left.
SetJustifyH("RIGHT") doesn't work very well.
SetPoint(...) also sets the text from the left, and I need from the right.
Often appear at the end of the text on the right ... instead of displaying all the text.
Are there any other features available to help me?
I use SettingsCheckBoxControlTemplate to create CheckButton.
  Reply With Quote