I define tow “newText” to show “iiiii” and “aaaaa”,but they are different width in screen
how can make them the same width?
local t1 = display.newText( "iiiii: ", 25, y, nil, 16 );
local t2 = display.newText( "aaaaa: ", 25, y, nil, 16 );
–t1,t2 have different width in screen, but string lenth are the same 5 [import]uid: 29364 topic_id: 15131 reply_id: 315131[/import]
