I tried using the pre-built wheels for Pillow
and corresponding libraqm
DLL from here:
https://www.lfd.uci.edu/~gohlke/pythonlibs/#pillow
But the following returns False
:
from PIL import features
features.check('raqm')
Am I missing anything?
Context: I need libraqm
with Pillow
to work with complex fonts on images, as shown here.