I am looking for a way to have a lable (a textarea will do) that I can have adjust the font-size automatically so that the text fits the width.
To make it a bit clearer I understand the autosize property will allow the component to increase it's width so that all the text is visible, I am looking for sort of the opposite of this. Say i have a 200px width label and i have text that spans about 300px, the lable should lower the font-size so that it can be shown within the 200px area.
I've searched all over and all I could find was an AS3 sample for a headlinetextfield (http://livedocs.adobe.com/flex/3/html/help.html?content=Working_with_Text_22.html) but i couldnt for the life of me figure out how to get this to work in a Flex 4 custom component sort of environment
PLEASE HELP me???