[cairo] Quartz + py-cairo

Bill Spitzak spitzak at d2.com
Tue Jan 9 18:38:56 PST 2007


CGContextRef is a pointer. sizeof(CGContextRef)==4.

Steve Chaplin wrote:

> CGContextRef may be a problem. If its really a C type (like an int),
> then pycairo bindings can be written for this function. But if its some
> custom type then there would need to be existing python bindings for it
> with a C API that pycairo can use in order to access the CGContextRef.


More information about the cairo mailing list