Pango-based font handling: combine display of adjacent characters
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 11 May 2009 08:46:17 +0000 (08:46 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 11 May 2009 08:46:17 +0000 (08:46 +0000)
commit8412ec80fffa6d4e3422a7240409a9d775b29c44
treec0430289ef05c8e1319fef935d14bd9212327454
parent944c8f694977a0f63e8a31891eed0e0c905b5fea
Pango-based font handling: combine display of adjacent characters
into a single gdk_draw_layout() where conveniently feasible, after
some work with xtrace revealed this as a major source of pterm's
slow display updates when using client-side fonts.

Ideally we ought to be able to do better. I know exactly what
sequence of X protocol operations I want to see on the wire, but I
don't know how to persuade Pango to generate them.

git-svn-id: svn://svn.tartarus.org/sgt/putty@8558 cda61777-01e9-0310-a592-d414129be87e
unix/gtkfont.c