So I’m making a widget for twitter.com and seeing how the length of the strings (i.e. tweets) differ quite a bit I had an idea. What I would like to achieve is to resize the font size according to the length of the string. That is; If the string is just one word that one word displays in giant letters while if it’s all 140 of the possible number of characters the font shrinks to accomodate the string.
Any ideas on how to do this?
(I’ll add that while I´m not too bad at AS2 I’m fairly new at AS3, so be gentle with me.)