diff options
Diffstat (limited to 'tests/testiter.c')
-rw-r--r-- | tests/testiter.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testiter.c b/tests/testiter.c index 58cc2289..76bb7f1b 100644 --- a/tests/testiter.c +++ b/tests/testiter.c @@ -218,6 +218,8 @@ main (int argc, char *argv[]) PangoContext *context; PangoLayout *layout; + g_setenv ("PANGO_RC_FILE", "./pangorc", TRUE); + fontmap = pango_cairo_font_map_get_default (); context = pango_cairo_font_map_create_context (PANGO_CAIRO_FONT_MAP (fontmap)); |