[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.
This commit is contained in:
Chris Wilson 2008-12-02 13:05:30 +00:00
parent 4ff884fe4d
commit 9f4f41de7d

View file

@ -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);