hedgewars/uConsts.pas
changeset 1118 caf47265d03f
parent 1111 25d0ca2e4a7d
child 1123 ed713652afae
--- a/hedgewars/uConsts.pas	Sun Jul 27 16:34:08 2008 +0000
+++ b/hedgewars/uConsts.pas	Sun Jul 27 16:35:44 2008 +0000
@@ -88,7 +88,7 @@
                   Handle: PTTF_Font;
                   Height: LongInt;
                   style: LongInt;
-                  Name: string[15];
+                  Name: string[19];
                   end;
 
      PAmmo = ^TAmmo;
@@ -231,16 +231,16 @@
 	Fontz: array[THWFont] of THHFont = (
 			(Handle: nil;
 			Height: 12;
-			style: TTF_STYLE_BOLD;
-			Name: 'DejaVuSans.ttf'),
+			style: TTF_STYLE_NORMAL;
+			Name: 'DejaVuSans-Bold.ttf'),
 			(Handle: nil;
 			Height: 24;
-			style: TTF_STYLE_BOLD;
-			Name: 'DejaVuSans.ttf'),
+			style: TTF_STYLE_NORMAL;
+			Name: 'DejaVuSans-Bold.ttf'),
 			(Handle: nil;
 			Height: 10;
-			style: TTF_STYLE_BOLD;
-			Name: 'DejaVuSans.ttf')
+			style: TTF_STYLE_NORMAL;
+			Name: 'DejaVuSans-Bold.ttf')
 			);
 
 	FontBorder = 2;