fix text-drawing context for "combined" text when scale changes
Closes PR 11495
This commit is contained in:
parent
365d272666
commit
5f73c361ef
|
@ -1157,6 +1157,7 @@
|
|||
(when rotate? (cairo_restore cr))
|
||||
(values w h d a)]
|
||||
[else
|
||||
(pango_cairo_update_context cr context)
|
||||
(let ([layout (pango_layout_new context)]
|
||||
[next-s #f])
|
||||
(pango_layout_set_font_description layout desc)
|
||||
|
|
Loading…
Reference in New Issue
Block a user