bold non-shadowed font

This commit is contained in:
Dana Jansens 2003-01-24 03:51:06 +00:00
parent 9da1f71794
commit 80a42d2b0c

View file

@ -169,7 +169,7 @@ RenderStyle::RenderStyle(int screen, const std::string &stylefile)
0x0,
0x0);
_label_font = new Font(_screen, "Arial,Sans-8", true, 1, 0x40);
_label_font = new Font(_screen, "Arial,Sans-8:bold", false, 1, 0x40);
_label_justify = RightJustify;
_max_mask = new PixmapMask();