Is it possible to find the width of a Textfield after it has been set with some text using a particular font?
Textfield is based on sprite - so should getWidth() work because currently it always returns 0 for me.
I'd like to be able to centre text and to do this I need to know its width.
Cheers
Comments
Can you post a snippet?