Open NZ62AN opened 12 hours ago
@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.
Thank you.
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: