mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-25 21:10:10 +01:00
[test] Typo in ft-show-glyphs-positioning
Note to self: remember to sleep more often.
This commit is contained in:
parent
c61480a319
commit
41fbea053a
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ glyph_array_add_text(glyph_array_t *glyphs, cairo_t *cr, const char *s, double s
|
|||
return status;
|
||||
|
||||
face = cairo_ft_scaled_font_lock_face (scaled_font);
|
||||
if (face)
|
||||
if (face == NULL)
|
||||
return CAIRO_STATUS_FONT_TYPE_MISMATCH;
|
||||
|
||||
p = s;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue