hedgewars/uConsts.pas
changeset 1076 18121a8b4668
parent 1066 1f1b3686a2b0
child 1088 9702e17146e6
equal deleted inserted replaced
1075:2b1c0c71a20a 1076:18121a8b4668
   226 	cThemeCFGFilename = 'theme.cfg';
   226 	cThemeCFGFilename = 'theme.cfg';
   227 
   227 
   228 	Fontz: array[THWFont] of THHFont = (
   228 	Fontz: array[THWFont] of THHFont = (
   229 			(Handle: nil;
   229 			(Handle: nil;
   230 			Height: 12;
   230 			Height: 12;
   231 			style: TTF_STYLE_NORMAL;
   231 			style: TTF_STYLE_BOLD;
   232 			Name: 'DejaVuSans.ttf'),
   232 			Name: 'DejaVuSans.ttf'),
   233 			(Handle: nil;
   233 			(Handle: nil;
   234 			Height: 24;
   234 			Height: 24;
   235 			style: TTF_STYLE_NORMAL;
   235 			style: TTF_STYLE_BOLD;
   236 			Name: 'DejaVuSans.ttf'),
   236 			Name: 'DejaVuSans.ttf'),
   237 			(Handle: nil;
   237 			(Handle: nil;
   238 			Height: 10;
   238 			Height: 10;
   239 			style: TTF_STYLE_NORMAL;
   239 			style: TTF_STYLE_BOLD;
   240 			Name: 'DejaVuSans.ttf')
   240 			Name: 'DejaVuSans.ttf')
   241 			);
   241 			);
   242 
   242 
   243 	FontBorder = 2;
   243 	FontBorder = 2;
   244 
   244