chiark / gitweb /
GDK 2.6, in its doubtless infinite wisdom, has decided that
authorSimon Tatham <anakin@pobox.com>
Thu, 9 Jun 2005 18:29:11 +0000 (18:29 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 9 Jun 2005 18:29:11 +0000 (18:29 +0000)
commita9d0f9ef35f68811817b055a74d926fcd23ab646
tree100851716415e65461db6ee80930465d7618f3f4
parent0747ab856b548038645b20604a7dd1fabed4330c
GDK 2.6, in its doubtless infinite wisdom, has decided that
gdk_font_from_description() will no longer even _try_ to return a
font matching the specified Pango font description; instead it will
return `fixed' no matter what you do. Therefore, I've had to switch
to using Pango proper for Puzzles text rendering, rather than just
using Pango for font selection.

[originally from svn r5936]
gtk.c