]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Support font fallback even when an X11 server-side font is selected,
authorSimon Tatham <anakin@pobox.com>
Fri, 16 Sep 2011 19:18:54 +0000 (19:18 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 16 Sep 2011 19:18:54 +0000 (19:18 +0000)
commit92688ff47bf4b489414c24449d20c5771020be5c
tree122884264d49bc7790595f2e452a7a2d8d58897c
parent24bad48f005b9db2844b43b4359b832bbcfcf6ff
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.

[originally from svn r9293]
unix/gtkfont.c
unix/gtkfont.h
unix/gtkwin.c