[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:
Behdad Esfahbod 2013-03-18 14:17:29 -04:00
parent be347acd5a
commit ff233fd706

View file

@ -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 ();