Does anyone know of an easy way to autosize text (ie. adjust the font size) in order for a particular text string to fit into a prealloted space? I'd like to have a label that is set to a specific width and then put a text string into it and have the size of the font adjust itself so that the string fits into the label.
I've written similar functions using .NET, but am wondering if I must do the same in Flex, or is there something that already does this? Thanks- Matt Thomas

