From ff233fd706e62edf267bee66113e2cb35183bcd9 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 18 Mar 2013 14:17:29 -0400 Subject: [test] Set font size Previously this test was working because we were not scaling bitmap fonts. We do now, so adjust test. --- test/bitmap-font.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/bitmap-font.c b/test/bitmap-font.c index 62e51eaf..0ec9b3de 100644 --- a/test/bitmap-font.c +++ b/test/bitmap-font.c @@ -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 (); -- cgit v1.2.3