mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-26 19:20:15 +01:00
[test] Set font size
Previously this test was working because we were not scaling bitmap fonts. We do now, so adjust test.
This commit is contained in:
parent
be347acd5a
commit
ff233fd706
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ draw (cairo_t *cr, int width, int height)
|
|||
|
||||
cairo_set_font_face (cr, font_face);
|
||||
cairo_font_face_destroy (font_face);
|
||||
cairo_set_font_size (cr, 13);
|
||||
|
||||
font_options = cairo_font_options_create ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue