Hi,
I think I also found a (minor) bug, with using TrueType Fonts.
I have an Interface screen for Tutorial Texts, and I build it up with an Image Font.
I use the Show Object Text Action to fill the textfields.
When I used the Image font, the position used the upper left point of the interface as reference, but when I switched to TTF, suddenly it uses the upper left point of the screen as reference, which needed some calculations and changes to the positions.
So I had to move my Text position from x=25, y=100 to now x=665, y=250.
This should not be necessary, esp. when eventually returning to an Image Font, I would have to change all these positions again
