Reputation: 10817
This is probably the weirdest font embed problem I've had in years...
I'm using Flash CC. Whenever I use an embed font I get this weird result.
On the left I'm using a system font without embed, on the right I just switch to an embedded font in the library. Nothing else changes. I'm doing everything by code.
The height of the TextField
and the textHeight
property changes, depending on if I use an embedded font or not. It doesn't matter what font I embed, I have tried many different fonts with the exact same result.
I have tried changing the leading
property in the TextFormat
object, but there's always some sort of padding at the top of the textField
.
Anyone has any idea of what is going on?
Upvotes: 5
Views: 827
Reputation: 10817
It's a bug in Flash CC confirmed by Adobe.
Only solution as suggested by Adobe until they fix the bug, is to create a textfield that uses the embedded font via the IDE. Put it on the stage, and hide it.
My client will be very happy.
Upvotes: 1