I have a stylesheet with my embedded font links that work fine, how do i 
use my stylesheet with a textformatter for a new text object?

var formatter:TextFormat = new TextFormat();
      
        formatter.bold = true;
        formatter.color = "0xFFFFFF";
        formatter.font = "arial";
        formatter.size = "32";
        question.setTextFormat(formatter);

I've tried a couple different examples and the stylesheet stuff is a 
little hard for me wrap my head around.  I'm placing text over a 
rectangle that i draw, so the text class works better for me than the 
textfield class in this example.

Thanks,
Patrick

Reply via email to