Embedded font in TextInput mobile
Hi , I am trying to make it work a TextInput mobile with embeded font. For regrets the embedded font don'w shown.
I found this in the documentation of FLex , but it doesn;t help. I have implemented both format of the font with CFF and without .
"There are just a few things you need to know about fonts in mobile:
- All mobile skins, LabelItemRenderer and IconItemRenderer use StyleableTextField (based on TextField) instead of the Flash Text Engine (FTE)
- The Spark Label component uses FTE
- StyleableTextField only supports embedded fonts with embedAsCFF=false
- You have to embed fonts twice, once with embedAsCFF=false and again as embedAsCFF=true, to use fonts in both types of text components
- Avoid using embedded fonts with editable text (TextInput and TextArea)"
If someone knows how to fix this, will be a real benefit
