fix text-drawing context for "combined" text when scale changes

Closes PR 11495
This commit is contained in:
Matthew Flatt 2010-12-08 18:29:23 -07:00
parent 365d272666
commit 5f73c361ef

View File

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