Random empty textfields when publishing to Android and iOS
I am currently building an application for Desktop, Android, & iOS. In flash builder I am using a swc that I exported from an FLA that contains all the assets (embed fonts and etc). When I run my app on the desktop, everything works as expected. But when I publish to Android or iOS, randomly some of the fonts don't work. What I mean by don't work, is literally the textfield is empty.
Since SOME of the fonts are working, I can confirm that the fonts are correctly being embeded because otherwise I should see no fonts at all.
Example:
Texfield that does work:
-Arial
-size 16
-centered
-letting spacing 0
-line spacing -9.1
-single line
-sitting on half pixel
-Anti-Alias for readability
-autokern is on
Textfield that does not work:
-Arial
-size 20
-centered
-letter spacing 0
-line spacing 0
-single line
-Anti-Alias for readability
-autokern is on
I am listing the details of the textfield in case for some reason only certain settings work...but I always get conflicting results anyway.
