Recipe 7.6. Resizing Text Fields (Stretching the Text)ProblemYou want to stretch a text field horizontally and/or vertically such that its text is also stretched. SolutionSelect the text field on the stage, and modify the height and width values in the Property inspector. Or, use the Free Transform tool. DiscussionThere are two different kinds of resizing that you can perform on textresizing the bounding box (which does not affect the width of the text within the text field) or resizing the width and height of the entire text field, including the text within it. The latter of these two types of resizing can make the text appear as though you have stretched (or squished) it. You can accomplish this stretching effect by selecting the text on the stage and then modifying the height and width properties in the Property inspector or using the Free Transform tool. This technique works only for embedded fonts. Because static text uses embedded fonts by default, you can stretch and squish it without any additional steps. If you want to use this technique with dynamic or input text fields, then you need to make sure that you are embedding the fonts. Also, this technique can be applied only at authoring time.
|
Tripod >> 3pod Tips & Learning and manuals for educations