hedgewars/uConsts.pas
changeset 2873 e7acb0251a22
parent 2852 c6dff591f564
child 2881 70d7976fa829
equal deleted inserted replaced
2872:6e911d72263a 2873:e7acb0251a22
   415 			style: TTF_STYLE_NORMAL;
   415 			style: TTF_STYLE_NORMAL;
   416 			Name: 'DejaVuSans-Bold.ttf'),
   416 			Name: 'DejaVuSans-Bold.ttf'),
   417 			(Handle: nil;
   417 			(Handle: nil;
   418 			Height: 12;
   418 			Height: 12;
   419 			style: TTF_STYLE_NORMAL;
   419 			style: TTF_STYLE_NORMAL;
   420 			Name: 'DroidSansFallback.ttf'),
   420 			Name: 'wqy-zenhei.ttc'),
   421 			(Handle: nil;
   421 			(Handle: nil;
   422 			Height: 24;
   422 			Height: 24;
   423 			style: TTF_STYLE_NORMAL;
   423 			style: TTF_STYLE_NORMAL;
   424 			Name: 'DroidSansFallback.ttf'),
   424 			Name: 'wqy-zenhei.ttc'),
   425 			(Handle: nil;
   425 			(Handle: nil;
   426 			Height: 10;
   426 			Height: 10;
   427 			style: TTF_STYLE_NORMAL;
   427 			style: TTF_STYLE_NORMAL;
   428 			Name: 'DroidSansFallback.ttf')
   428 			Name: 'wqy-zenhei.ttc')
   429 			);
   429 			);
   430 
   430 
   431 	SpritesData: array[TSprite] of record
   431 	SpritesData: array[TSprite] of record
   432 			FileName: String[14];
   432 			FileName: String[14];
   433 			Path, AltPath: TPathType;
   433 			Path, AltPath: TPathType;