aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--windows.c2
1 files changed, 1 insertions, 1 deletions
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,