hedgewars/uConsts.pas
changeset 2105 580f7610d661
parent 2056 ed8c83f1e4b0
child 2142 48ed98cfd119
equal deleted inserted replaced
2104:b2c50a7480ea 2105:580f7610d661
   111 
   111 
   112 	THHFont = record
   112 	THHFont = record
   113 			Handle: PTTF_Font;
   113 			Handle: PTTF_Font;
   114 			Height: LongInt;
   114 			Height: LongInt;
   115 			style: LongInt;
   115 			style: LongInt;
   116 			Name: string[19];
   116 			Name: string[21];
   117 			end;
   117 			end;
   118 
   118 
   119 	PAmmo = ^TAmmo;
   119 	PAmmo = ^TAmmo;
   120 	TAmmo = record
   120 	TAmmo = record
   121 			Propz: LongWord;
   121 			Propz: LongWord;
   293 			Name: 'DejaVuSans-Bold.ttf'),
   293 			Name: 'DejaVuSans-Bold.ttf'),
   294 			(Handle: nil;
   294 			(Handle: nil;
   295 			Height: 10;
   295 			Height: 10;
   296 			style: TTF_STYLE_NORMAL;
   296 			style: TTF_STYLE_NORMAL;
   297 			Name: 'DejaVuSans-Bold.ttf')
   297 			Name: 'DejaVuSans-Bold.ttf')
       
   298 			);
       
   299 
       
   300 	FontzCJK: array[THWFont] of THHFont = (
       
   301 			(Handle: nil;
       
   302 			Height: 12;
       
   303 			style: TTF_STYLE_NORMAL;
       
   304 			Name: 'DroidSansFallback.ttf'),
       
   305 			(Handle: nil;
       
   306 			Height: 24;
       
   307 			style: TTF_STYLE_NORMAL;
       
   308 			Name: 'DroidSansFallback.ttf'),
       
   309 			(Handle: nil;
       
   310 			Height: 10;
       
   311 			style: TTF_STYLE_NORMAL;
       
   312 			Name: 'DroidSansFallback.ttf')
   298 			);
   313 			);
   299 
   314 
   300 	FontBorder = 2;
   315 	FontBorder = 2;
   301 
   316 
   302 	PathPrefix: string = './';
   317 	PathPrefix: string = './';