summaryrefslogtreecommitdiff
path: root/test/user-font-color.c
Commit message (Collapse)AuthorAgeFilesLines
* Update user font tests to test foreground colorsAdrian Johnson2023-01-261-89/+143
|
* user-font-color test: draw glyphs again inside a groupAdrian Johnson2023-01-011-2/+48
| | | | | This demonstrates a bug in user-fonts with foreground color inside a group.
* Allow user fonts to use the foreground colorAdrian Johnson2021-09-181-2/+6
|
* Add color user-font supportAdrian Johnson2021-08-141-0/+251
Adds new API cairo_user_font_face_set_render_color_glyph_func() to set a color glyph renderer.