Subversion Repositories Kolibri OS

Rev

Rev 3020 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3020 Rev 3028
Line 546... Line 546...
546
 
546
 
Line 547... Line 547...
547
		if (use_truetype == 1)
547
		if (use_truetype == 1)
548
		{
548
		{
549
			//line_length =  get_length stdcall (#line,-1,16,line_length);
549
			//line_length =  get_length stdcall (#line,-1,16,line_length);
550
			text_out stdcall (#line, -1, 17, text_colors[text_color_index], start_x, start_y-3);
550
			text_out stdcall (#line, #fontlol, 17, text_colors[text_color_index], start_x, start_y-3);
551
		}
551
		}
552
		else
552
		else
553
		{
553
		{
554
			WriteText(start_x, start_y, 0x80, text_colors[text_color_index], #line, 0);
554
			WriteText(start_x, start_y, 0x80, text_colors[text_color_index], #line, 0);
555
			IF (b_text)	{ $add ebx, 1<<16   $int 0x40 }
555
			IF (b_text)	{ $add ebx, 1<<16   $int 0x40 }