Make all in-game fonts bold
authorunc0rr
Sat, 12 Jul 2008 14:26:43 +0000
changeset 1076 18121a8b4668
parent 1075 2b1c0c71a20a
child 1077 c527b316a295
Make all in-game fonts bold
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')
 			);