Bug 3258

Summary: cairo_get_font_matrix() prototype
Product: cairo Reporter: Steve Chaplin <d74n5pohf9>
Component: generalAssignee: Carl Worth <cworth>
Status: RESOLVED FIXED QA Contact: cairo-bugs mailing list <cairo-bugs>
Severity: normal    
Priority: high    
Version: 0.9.3   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Steve Chaplin 2005-05-10 05:57:26 UTC
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)
Comment 1 Carl Worth 2005-05-10 12:23:44 UTC
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);

Comment 2 Carl Worth 2005-08-22 17:15:33 UTC
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.