Kozea / cairocffi

CFFI-based cairo bindings for Python.
https://doc.courtbouillon.org/cairocffi
BSD 3-Clause "New" or "Revised" License
208 stars 54 forks source link

Enum types #183

Open QuLogic opened 3 years ago

QuLogic commented 3 years ago

In pycairo 1.13, they appear to have added Enums for various constants: https://pycairo.readthedocs.io/en/latest/reference/enums.html

These do not appear supported by cairocffi, making it non-drop-in.

liZe commented 3 years ago

Hi! Thanks for the report.

We’re not sure about what the future of cairocffi will be. We (CourtBouillon, the current maintainer) are about to drop Cairo from WeasyPrint dependencies (Kozea/WeasyPrint#1232), and we’ll soon decide what is better for the future of cairocffi. Until then, we don’t really want to change the way the library works, and we prefer to keep the status quo.