Support font fallback even when an X11 server-side font is selected,
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 16 Sep 2011 19:18:54 +0000 (19:18 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 16 Sep 2011 19:18:54 +0000 (19:18 +0000)
commit0affbab4b5e2a5fac19b261c4f74ea868f138340
tree122884264d49bc7790595f2e452a7a2d8d58897c
parent572820e134463899af617cd65dd2f06f09db7032
Support font fallback even when an X11 server-side font is selected,
by introducing a wrapper around an individual unifont which falls back
to Pango (which already has built-in fallback) in the case where the
selected font doesn't support the glyph in question.

The wrapper itself is a (vestigial) subclass of unifont, to minimise
disturbance at the call sites.

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