The best way would be to have the number as a separate 'digit' to the text.
ie...
Code:
PANEL* test = 
{	
	pos_x=20;	pos_y=20;	size_x=200;	size_y=120;		flags= SHOW;

	
	digits(90,37,"%5.0f","Arial#18b",1,stat_2);
	digits(100,37,"Messages","Arial#18b",0,0);
	digits(90,56,"%5.0f","Courier#18b",1,stat_2);
	digits(100,56,"Messages","Courier#18b",0,0);
	layer=7;
}



[/quote]

Hum evilsob, but that does not work! it does the same behaviour

Is system font monospaced? ( as i use win7 i can't see the icon) ?



Last edited by MMike; 07/11/10 15:16.