From 3cb882d01b53cb3cec9be62d678dd4ef7ea2c1fd Mon Sep 17 00:00:00 2001 From: Andrea Canciani Date: Sat, 12 Jun 2010 16:20:37 +0200 Subject: test: make test font family a define In order to make it easier to change the test font family, add it as a define in the global header and always reference the macro in the tests. --- test/unbounded-operator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unbounded-operator.c') diff --git a/test/unbounded-operator.c b/test/unbounded-operator.c index af1442b9..065bff91 100644 --- a/test/unbounded-operator.c +++ b/test/unbounded-operator.c @@ -137,7 +137,7 @@ draw (cairo_t *cr, int width, int height) size_t i, j, x, y; cairo_pattern_t *pattern; - cairo_select_font_face (cr, "Bitstream Vera Sans", + cairo_select_font_face (cr, CAIRO_TEST_FONT_FAMILY " Sans", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_NORMAL); -- cgit v1.2.3