From 9f4f41de7d20ee46ee8ca06716cbc18e55cfcf86 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 2 Dec 2008 13:05:30 +0000 Subject: [PATCH] [tutorial] Correct twin font name We changed the name for the builtin font from "cairo" to "" to reduce possible naming conflicts - update the tutorial to match. --- doc/tutorial/src/twin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/src/twin.c b/doc/tutorial/src/twin.c index fe0e90e72..e167f2620 100644 --- a/doc/tutorial/src/twin.c +++ b/doc/tutorial/src/twin.c @@ -20,7 +20,7 @@ draw (cairo_t *cr, int width, int height) cairo_set_source_rgb (cr, 0, 0, 0); cairo_select_font_face (cr, - "cairo", + "", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_NORMAL);