bold non-shadowed font
This commit is contained in:
parent
9da1f71794
commit
80a42d2b0c
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue