diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2013-03-18 14:17:29 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2013-03-18 14:18:13 -0400 |
commit | ff233fd706e62edf267bee66113e2cb35183bcd9 (patch) | |
tree | 1cc00115e1a8e6f92683952c616f87377b1cbba6 | |
parent | be347acd5a198b4280f2699a1abfca241e7e610b (diff) |
[test] Set font size
Previously this test was working because we were not scaling bitmap
fonts. We do now, so adjust test.
-rw-r--r-- | test/bitmap-font.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 (); |