You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@NZ62AN It is an issue with the font used, in customtkinter the default font is Roboto which lacks the RTL support.
So, you can simply change the font like this: font=customtkinter.CTkFont('', size=13) or through CTkDesigner font params.
Hi,
Right-to-left texts are not displayed correctly in the label widget, but they work correctly in tkinter. I'll provide the codes for you.
Customtkinter:
Tkinter:
The text was updated successfully, but these errors were encountered: