It seems that flash.text.TextField in Flash has some built-in padding. In particular, my problem is that I need to left-align a text with some other graphical elements, and there is visible (about 3px) offset. The class flash.text.TextField (or any other related text class) does not seem to have property which could change it.
I know that it may not qualify as a strict programming question, because it’s also a problem is Flash (as in the program itself), but there is some programming involved and, honestly, Stackoveflow is the best place to ask.
Edit: The 3px I mentioned above were for a particular font size. The padding depends on the font size as well.