GDK 2.6, in its doubtless infinite wisdom, has decided that
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 9 Jun 2005 18:29:11 +0000 (18:29 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 9 Jun 2005 18:29:11 +0000 (18:29 +0000)
commit1fad7a3b87eb8156ec2ba0a9cff82f1407af24cf
tree100851716415e65461db6ee80930465d7618f3f4
parent7b72c68e954905d8127b3eb964e798a259db5e15
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.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@5936 cda61777-01e9-0310-a592-d414129be87e
gtk.c