Arabic Fonts

12 views
Skip to first unread message

engmms

unread,
Oct 24, 2016, 4:30:27 PM10/24/16
to Kivy users support
How I can add my arabic words in simple way

engmms

unread,
Oct 25, 2016, 1:20:23 PM10/25/16
to Kivy users support

import arabic_reshaper
from bidi.algorithm import get_display
reshaped_text = arabic_reshaper.reshape(u'اللغة العربية رائعة')

bidi_text = get_display(reshaped_text)

How I can use arabic_reshaper and bidi_alorithm
Reply all
Reply to author
Forward
0 new messages