mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-29 10:20:13 +01:00
[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:
parent
4ff884fe4d
commit
9f4f41de7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue