I am using Illustrator CS2 and CS3 and remember watching somebody in a video reset the size of the text box to fit the text with a keyboard shortcut. Any idea how to do this?
Ex. If you create a text box, fill it with some text but the box is much bigger than needed, I want a shortcut that removes the extra size of the text box to fit the text. Possible? Thanks
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
Are you doing this in the Flash IDE, or are you trying to program this in Actionscript? In Flash IDE, create a new text area, and give it an instance name -- I will call it
Note that this only works if the text box is a "Dynamic Text" type (does not work on "Static Text" or "Input Text" -- those methods for autosizing are different). |
|||
|
|