HTMLText FONT tag doesn't work
Hi guys,
I am shooting an issue that the FONT tag doesn't work in my project. Let me describe what I need:
1. I need to put different font style in one single dynamic textfield. For example,the text is :"Welcome, Fred" and I want Fred to be bold and use "Vernada" as its font while others are left as "Arial"
2. I am using embeded fonts and htmltext here, the strings are loaded from external xml files
3. I found in the help doc that the font tag could do this. So I set the embeded fonts to "Arial" for the dynamic textfield and add <FONT FACE="Vernada">Fred</FONT>in the xml files, but it will not show "Fred" at all
4. Of course I added both "Arial" and "Vernada" into the library.
5. The problem is when I change the embeded fonts into "Vernada" for the dynamic textfield and modify the xml like <FONT FACE="Vernada" SIZE="25">Fred</FONT>, it works this time. I mean the character size changed to 25.
6. My conclusion is that the font tag only works when its font-family setting for its textfild is as the same that you want to set.
Is that correct? I don't think Adobe will design it like this? did I miss something?
