TK Soh wrote: > Greeting. > > I've been googling for documentation (reference, tutorial) for pango > and cairo to no avail. I'd appreciate if anyone can help point me the > right direction. Thanks. > You have their documentation here:
http://library.gnome.org/devel/pango/ http://cairographics.org/documentation/ both are the C api docs, but the python bindings are very close to them, so the translation should be quite straightforward. The cairo mailing list is quite responsive and suitable for end user questions, and pango.org may have additional resources (mailing list). Both have examples and tests in their source tarballs that can be used to get how everything works. Also, the pygtk.org site has some cairo related tutorials in the articles section (how to write gtk widgets using cairo and pygtk). Regards, Rafael Villar Burke _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
