TextField: TextFields with the same size & leading still differ
At our company, we created a photobook editor in Flash. But now we stumbled upon a really strange issue:
The leading of two textfield (no TLF, just oldskool TextField) with the same leading and size properties, differ!
1. Editor
Here are two screenshots of debugging the photobook editor:


In this screenshot I attached a click listener to the textField and used a breakpoint to directly read the leading values.
Furthermore, this.textElement is just a model object containing various properties that are being saved/loaded to XML.
As you can see, the textfield's textformat property leading is 14, font size is 46. Keep that in mind.
2. Measuring Tool
To check whether this leading was correctly shown, i created a second FLA that also dynamically creates a textfield with this font, size and leading, see below:

On this one I also attached a click listener that traces the values of the selected TextField.
As you can see, this textfield ALSO has the same leading and fontsize. Hold that thought.
3. Merged screenshots
What if we merged these too screenshots, and scale them down to the same size?

You'd now think that while using the same leading and size, it should be the same leading...
WRONG!
How can this be? Both textfields have the same leading/size property, but they still differ!!!
What else can possibly have such an effect on the display of text in this textField?
I honestly cannot wrap my mind around this... Does anybody have a clue on where to look for a cause?