summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-12-02 13:05:30 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2008-12-12 13:23:09 +0000
commit9f4f41de7d20ee46ee8ca06716cbc18e55cfcf86 (patch)
treec7f248377e04bd6758414ada4a58be3263f1e7bc /doc
parent4ff884fe4df64234a7da4635d78ffafabe00f18c (diff)
[tutorial] Correct twin font name
We changed the name for the builtin font from "cairo" to "<cairo>" to reduce possible naming conflicts - update the tutorial to match.
Diffstat (limited to 'doc')
-rw-r--r--doc/tutorial/src/twin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/src/twin.c b/doc/tutorial/src/twin.c
index fe0e90e7..e167f262 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>",
CAIRO_FONT_SLANT_NORMAL,
CAIRO_FONT_WEIGHT_NORMAL);