From f17b8728edad5051e1e9a858814ee114176f0b14 Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 1 May 2005 10:57:23 +0000 Subject: [PATCH] I think Windows fonts look better in bold as well. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@5721 cda61777-01e9-0310-a592-d414129be87e --- windows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows.c b/windows.c index bf7c210..201e4af 100644 --- a/windows.c +++ b/windows.c @@ -189,7 +189,7 @@ void draw_text(frontend *fe, int x, int y, int fonttype, int fontsize, * FIXME: Really I should make at least _some_ effort to * pick the correct font. */ - fe->fonts[i].font = CreateFont(-fontsize, 0, 0, 0, 0, + fe->fonts[i].font = CreateFont(-fontsize, 0, 0, 0, FW_BOLD, FALSE, FALSE, FALSE, DEFAULT_CHARSET, OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRECIS, DEFAULT_QUALITY, -- 2.11.0