Hi,
I’m wondering if there’s a way to have a text and use 2 different embed fonts.
Basically, i have a text from a xml file and one textfield that I want to scroll but I want to use a different font for the title.
I tried something like:
var contentMessage:String = "<font face='myFont' >"+titleArray[0]+"</font><br>"+contentArray[0];
contentTxt.htmlText = contentMessage;
It doesn’t work of course. I don’t even know if it’s possible.
Thank’s for your help if you have any idea.