howdy folks. i seem to be having trouble embedding a pixel font in this textarea component.

basically i've got a textarea component loading an external XML file, with an external CSS for all the font properties and names. I have the CSS file defining the fonts in the XML tags.

I realize that this on it's own is no good. So I've added this code into an action layer in the same frame as the component:

newsText.setStyle("embedFonts", "FFF Star");
newsText.setStyle("embedFonts", "FFF Star Condensed");
newsText.setStyle("embedFonts", "FFF Star Bold");

This had no effect either once viewed on another machine, so I've tried other things like bringing them into a text box and embedding them in that, and importing the fonts into the library. Nothing is working.

Any ideas?

Thanks!!