summaryrefslogtreecommitdiff
path: root/test/clip-empty.c
diff options
context:
space:
mode:
authorAndrea Canciani <ranma42@gmail.com>2010-06-12 16:20:37 +0200
committerAndrea Canciani <ranma42@gmail.com>2010-06-12 16:30:56 +0200
commit3cb882d01b53cb3cec9be62d678dd4ef7ea2c1fd (patch)
treed83cb8fa93bf3f9e72d124c8de6316779cb5fc0e /test/clip-empty.c
parentb1e4df928fb59ee295830d5c0fa26330714f88f2 (diff)
downloadcairo-3cb882d01b53cb3cec9be62d678dd4ef7ea2c1fd.tar.gz
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.
Diffstat (limited to 'test/clip-empty.c')
-rw-r--r--test/clip-empty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/clip-empty.c b/test/clip-empty.c
index f6848e54e..858b69a9e 100644
--- a/test/clip-empty.c
+++ b/test/clip-empty.c
@@ -46,7 +46,7 @@ draw (cairo_t *cr, int width, int height)
/* https://bugs.freedesktop.org/show_bug.cgi?id=13084 */
cairo_select_font_face (cr,
- "Bitstream Vera Sans",
+ CAIRO_TEST_FONT_FAMILY " Sans",
CAIRO_FONT_SLANT_NORMAL,
CAIRO_FONT_WEIGHT_NORMAL);