--- a/hedgewars/uConsts.pas Mon Oct 16 21:06:32 2006 +0000
+++ b/hedgewars/uConsts.pas Thu Oct 19 18:57:58 2006 +0000
@@ -50,6 +50,7 @@
THHFont = record
Handle: PTTF_Font;
Height: integer;
+ style: integer;
Name: string[15];
end;
TAmmo = record
@@ -160,11 +161,15 @@
Fontz: array[THWFont] of THHFont = (
(Height: 12;
+ style: TTF_STYLE_NORMAL;
Name: 'DejaVuSans.ttf'),
(Height: 24;
+ style: TTF_STYLE_NORMAL;
Name: 'DejaVuSans.ttf')
);
+ FontBorder = 2;
+
PathPrefix: string = './';
Pathz: array[TPathType] of string = (
'', // ptNone