Open subha-v opened 2 years ago
A few questions?
Actually, the issue is resolved now! I was able to solve this by correctly installing the package.
Awesome. I feel relieved since I could not spend time on it though it was on my mind . I am really glad that you are able to figure this on your own.
For cryllic text/more complicated languages, the text is actually broken! Apparently Pillows (the python package for images), has support for this using the module "raqm" but I haven't really been able to get it working in my project... (hindi_font = ImageFont.truetype('./src/fonts/BalooTammudu2-VariableFont_wght.ttf', 60, layout_engine=ImageFont.LAYOUT_RAQM)) is what I'm using so far, but when doing features.check("raqm") it's saying "False" which means for some reason I don't have the feature even though it's installed in my libraries when I checked.