Re: Fonts in Illustrator CS
Re: Fonts in Illustrator CS
- Subject: Re: Fonts in Illustrator CS
- From: Rob Stott <email@hidden>
- Date: Tue, 22 Jun 2004 12:43:51 +0100
You're right, VERY slightly quicker... :-(
Cheers for the suggestion.
r.
On 21 Jun 2004, at 23:53, Shane Stanley wrote:
Looping through stories might be a bit quicker:
tell application "Illustrator CS"
set allNames to {}
tell document 1
repeat with i from 1 to count of stories
set allNames to allNames & name of text font of characters of story
i
end repeat
end tell
end tell
allNames
but probably not hugely so.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.