Complex Formatting within text objects

Currently I can only chance the font size (BTW - your documentations makes reference to this size being POINTS and PIXELS - which one is it?) and color. I cannot set line-spacing, letter-spacing, word spacing, or inline styling.

While ultimately I’d like the ability to have HTML styling ( **bold** _italics_) I’d be happy with rich-text formatting.

I’ve scoured the internet and cannot find anything. Ultimately I need this feature today for a current project. Does anyone know a work-around? I would love this to be a display object so that I can use it with scenes.

Right now, the only way I can think of doing this, is extending the text object, breaking it down letter by letter and making it a big group of positioned letters based off the formatting parameters. This seems extremely intensive for display/format of text, but if I must do it, I will… [import]uid: 4289 topic_id: 20961 reply_id: 320961[/import]

I had to break it down. Hope you find a slicker method. Also found alignment issues when using multiple fonts. [import]uid: 21331 topic_id: 20961 reply_id: 82781[/import]