cairo.c and cairo.h have cairo_matrix_t cairo_get_font_matrix (cairo_t *cr, cairo_matrix_t *matrix) yet the matrix arg is never used, so a simpler prototype would be cairo_matrix_t cairo_get_font_matrix (cairo_t *cr)
Thanks for pointing this out. The prototype was obviously bogus, but I now fixed it to work in a way that is consistent with cairo_get_matrix. That is: void cairo_get_font_matrix (cairo_t *cr, cairo_matrix_t *matrix);
Move bugs against "cvs" version to "0.9.3" so we can remove the "cvs" version.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.