how to style a sub-run using Flash Text Engine (FTE)?
The documentation for Flash Text Engine library states that there is a way to create a sub-run of text. I want for example, to be able to style part of line. In ye olde TextField this is easy to do because you call SetTextFormat() on a range of characters. But in the fancy Flash Text Engine, although the documentation says it is possible i don't see how to do it. There must be a way to add multiple textElements into a block, and have them rendered into lines as one might expect. I am prepared for example, to create a few words in an underlined text with a different font and color, to create element #1 (prior to style override), element #2 (containing the style override), and element #3 (back to default style). I don't mind that at all, but i can't tell you how many web pages Iooked at and can't find a single example of someone using FTE to do what I consider basic text formatting.
Since TLF uses FTE, it must be possible.
any help is greatly appreciated.
