textLabel.autoSize = TextFieldAutoSize.NONE; textLabel.wordWrap = true; textLabel.multiline = true; textLabel.width = 200; textLabel.htmlText = text;