textWidth needed - but not as an integer

I’m using (textfield._width-4)-textfield.textWidth to calculate an offset variable. I then divide that by 2 to get a number to add to the _x position of letter movie clips, so as to centre them.

Problem being, this is slightly off since textWidth returns integers only…Is there a way i can get true floating point values for textWidth?