Opened 2 days ago
#1848 new enhancement
cairo: quality of life improvements for matrix operations
Reported by: | Vasilij Schneidermann | Owned by: | |
---|---|---|---|
Priority: | not urgent at all | Milestone: | someday |
Component: | extensions | Version: | 5.4.0 |
Keywords: | Cc: | ||
Estimated difficulty: | easy |
Description
I've tried to manipulate a font matrix with cairo and failed. This seems to be due to that part of the interface being half-finished (text/font extents use records, matrices use f64vectors for some reason?), so I rewrote it to use records, exposed accessors and cairo_get_font_matrix
. I've attached a small test program as well which exercises this feature set.
Attachments (5)
Change History (5)
Changed 2 days ago by
Attachment: | 0001-cairo-Bump-cairo-egg-version.patch added |
---|
Changed 2 days ago by
Attachment: | 0002-cairo-Rework-cairo_matrix_t-to-use-records.patch added |
---|
Changed 2 days ago by
Attachment: | 0003-cairo-Expose-cairo_matrix_t-accessors.patch added |
---|
Changed 2 days ago by
Attachment: | 0004-cairo-Expose-cairo_get_font_matrix.patch added |
---|
Changed 2 days ago by
Note: See
TracTickets for help on using
tickets.