shithub: puzzles

Download patch

ref: f5ae256b77098d1505aa63dd78a044a732f9f717
parent: 3be19aed9445f522caed8486c778a23c334d51cc
author: Simon Tatham <anakin@pobox.com>
date: Sat Apr 30 09:11:22 EDT 2005

Pango-derived fonts seem to generally look better if I ask for them
in bold.

[originally from svn r5709]

--- a/gtk.c
+++ b/gtk.c
@@ -170,6 +170,7 @@
             /* `Monospace' and `Sans' are meta-families guaranteed to exist */
             pango_font_description_set_family(fd, fonttype == FONT_FIXED ?
                                               "Monospace" : "Sans");
+            pango_font_description_set_weight(fd, PANGO_WEIGHT_BOLD);
             /*
              * I found some online Pango documentation which
              * described a function called