TextLayoutFormat.fontFamily is null for a selection containing multiple fonts
First we use RichEditableText.getFormatOfRange() to retreive a TextLayoutFormat object. Then we attempt to determine the fonts used in that selection with TextLayoutFormat.fontFamily. This works fine if only one font is set on the selection. However, if you type in one font, then change the font and type some more, and select the text containing both fonts, TextLayoutFormat.fontFamily will return null. I would hope that it could return a comma-separated list or array of fonts used in the selection. Is this a known bug/limitation, and if so, is there a workaround or any plan to address this in the future? This kind of thing is a common use case for our rich text input, and I need to figure out which fonts are selected.
I am still using the TLF framework that came with Flex 4.0.
Adam
