From: Dana Jansens Date: Fri, 24 Jan 2003 03:51:06 +0000 (+0000) Subject: bold non-shadowed font X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=80a42d2b0c0831e99b2b5547e8ddc0122796d78a;p=chaz%2Fopenbox bold non-shadowed font --- diff --git a/otk/renderstyle.cc b/otk/renderstyle.cc index de34e034..dbef0b8a 100644 --- a/otk/renderstyle.cc +++ b/otk/renderstyle.cc @@ -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();