microsoft / DWriteShapePy

Python extension for streamlined DirectWrite text shaping.
MIT License
13 stars 8 forks source link

this library can't install on linux #2

Closed myaxxxxx closed 2 years ago

myaxxxxx commented 2 years ago

Hi Firstly, Thank you very much for implementing DwriteShapePy in python, and I have run it on windows. But I can't pip it on various Linux platforms. So I want to ask whether DWriteShapePy only installs in windows. Thanks.

paullinnerud commented 2 years ago

DWriteShapePy is a Python extension that exposes parts of Microsoft Direct Write to the Python environment. DWriteShapePy calls the Direct Write that exists on the system so it currently only works on Windows.

myaxxxxx commented 2 years ago

OK, thanks