# HG changeset patch # User unc0rr # Date 1215872803 0 # Node ID 18121a8b4668f0e6a2f05821eafb74cbc8c214e3 # Parent 2b1c0c71a20a382c00cc5df0ff5d385143206caa Make all in-game fonts bold diff -r 2b1c0c71a20a -r 18121a8b4668 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Sat Jul 12 13:22:10 2008 +0000 +++ b/hedgewars/uConsts.pas Sat Jul 12 14:26:43 2008 +0000 @@ -228,15 +228,15 @@ Fontz: array[THWFont] of THHFont = ( (Handle: nil; Height: 12; - style: TTF_STYLE_NORMAL; + style: TTF_STYLE_BOLD; Name: 'DejaVuSans.ttf'), (Handle: nil; Height: 24; - style: TTF_STYLE_NORMAL; + style: TTF_STYLE_BOLD; Name: 'DejaVuSans.ttf'), (Handle: nil; Height: 10; - style: TTF_STYLE_NORMAL; + style: TTF_STYLE_BOLD; Name: 'DejaVuSans.ttf') );