Hello, > I'm a first time contributor, long time programmer. I'd like to have > support for cairo_pdf_surface_create_for_stream in the Mono.Cairo > binding. I'm guessing the reason why this isn't implemented is because > wrapping cairo_write_func_t to something like a System.IO.Stream is > non trivial. I'd be willing to give it a stab if someone can point me > in the right direction.
I do not remember why we did not add support for it, it might just have been a simpler matter of the PDF support not being a major priority, or it not being part of the default distribution at the time. As for the binding, here is a pointer on everything you need to know: http://mono-project.com/Dllimport _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
