Does PySimpleGUI python library support RTL alignment?
I want to align Arabic text from right-to-left:
Code:
sg.Text("احب الطعام", font='12', size=(15, 1), background_color='#81a5b3')
Does PySimpleGUI python library support RTL alignment?
I want to align Arabic text from right-to-left:
Code:
sg.Text("احب الطعام", font='12', size=(15, 1), background_color='#81a5b3')