mpcabd / python-arabic-reshaper

Reconstruct Arabic sentences to be used in applications that don't support Arabic
MIT License
398 stars 80 forks source link

Two letters break this library #38

Closed CovertError closed 4 years ago

CovertError commented 4 years ago

for an example lets say you want to put in "ام محمد" the word "محمد" works well but the word "ام" comes in boxes I'm using reshaper for putting text into images by using PIL import Image, ImageDraw, ImageFont from bidi.algorithm import get_display and I'm also using Tajawal-Bold.ttf

CovertError commented 4 years ago

never mind bad font