You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think it's possible to do with plain pycairo, instead, you should use something like Pango for doing it. Also, I don't think there exists any binding for Pango with Python that can be used with pycairo. I think something like cairocffi + pangocairocffi can be used, I could see an example here.
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))
The text was updated successfully, but these errors were encountered: