Python kivy | Texto en árabe en el texto de la etiqueta

Mi problema cuando intento escribir texto en árabe Mi código es:

import kivy
from kivy.app import App
from kivy.uix.textinput import TextInput
class TestApp(App):
    def build(self):
        return TextInput(text='مرحبا بكم ')
myapp=TestApp()
myapp.run()

cuando ejecuto texto Textinput es un poco de Square