Re: Text Frame Width in Illustrator
Re: Text Frame Width in Illustrator
- Subject: Re: Text Frame Width in Illustrator
- From: has <email@hidden>
- Date: Thu, 21 May 2015 23:29:23 +0100
Stockly, Ed wrote:
> I'm trying to change the width of a text frame in Illustrator via a
script.
>
> The script works, except changing the width of the frame distorts the
text
inside the frame.
Modify the text frame's path:
tell application "Adobe Illustrator"
tell document 1
set width of text path of text frame "thisMonthBox" to 21.5
end tell
end tell
HTH
has
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden