Pango-derived fonts seem to generally look better if I ask for them
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 30 Apr 2005 13:11:22 +0000 (13:11 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 30 Apr 2005 13:11:22 +0000 (13:11 +0000)
in bold.

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

gtk.c

diff --git a/gtk.c b/gtk.c
index 93a81d2..b85cfa9 100644 (file)
--- a/gtk.c
+++ b/gtk.c
@@ -170,6 +170,7 @@ void draw_text(frontend *fe, int x, int y, int fonttype, int fontsize,
             /* `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