mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-09 17:00:43 +01:00
[trace] Close the dictionary before font
font expects the dictionary to be constructed on the stack for its use, so close it. (I missed the closing '>>' when switching between dictionary constructors.)
This commit is contained in:
parent
19f54d872f
commit
b7639a5f79
1 changed files with 1 additions and 1 deletions
|
|
@ -3629,7 +3629,7 @@ cairo_ft_font_face_create_for_ft_face (FT_Face face, int load_flags)
|
|||
|
||||
_trace_printf ("<< /type 42 /source ");
|
||||
_emit_data (data->data, data->size);
|
||||
_trace_printf (" /index %lu /flags %d font\n",
|
||||
_trace_printf (" /index %lu /flags %d >> font\n",
|
||||
data->index, load_flags);
|
||||
_push_operand (FONT_FACE, ret);
|
||||
_write_unlock ();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue