var tf:TextField = new TextField(); tf.autoSize = TextFieldAutoSize.LEFT; tf.embedFonts = true; tf.htmlText = 'This is italic and bold text'; super.addChild(tf);