pycairo
pycairo copied to clipboard
Python bindings for cairo
I've implemented horizontal text rendering, the code is as below: (but how could I draw text vertically(not rotating for 90 or 270 degree)) ```python import cairo from math import pi...
* CAIRO_STATUS_DWRITE_ERROR * CAIRO_FORMAT_RGB96F * CAIRO_FORMAT_RGBA128F * cairo_get/set_hairline * CAIRO_PDF_VERSION_1_6 * CAIRO_PDF_VERSION_1_7 * cairo_pdf_surface_set_custom_metadata * CAIRO_HAS_DWRITE_FONT
I was trying to install Manim using this video: https://youtu.be/z_WJaHYH66M? but, after all steps, ocorred me this error on Python 3.7 trying to execute "python3.7 -m manim example_scenes.py SquareToCircle -pl":...
An comma in the README [after a nonessential clause](https://www.merriam-webster.com/words-at-play/usage-of-essential-and-nonessential-clauses) might be missing, distorting the meaning. Without the comma, the [sentence syntax can be parsed](https://en.wikipedia.org/wiki/Parse_tree) as follows: "If Pycairo is not...
https://peps.python.org/pep-0489/
I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. -...
Some work already done in #243 Ideally we'd pin down all transitive dependencies, like gst-build.
See #238 Maybe move them out of the test suite and just run them in CI
Starting with Python 3.8 users need to set the DLL lookup paths manually. Since users don't have control over the build process this means pygobject wont be able to import...
https://cairographics.org/documentation/pycairo/3/reference/ Some random googling lead me there, which is pretty out of date. Should this be a copy of the pycairo docs or redirect to the readthedocs ?