Re: Getting Font Usage list from Quark?
Re: Getting Font Usage list from Quark?
- Subject: Re: Getting Font Usage list from Quark?
- From: William Friley <email@hidden>
- Date: Thu, 23 May 2002 17:41:59 -0500
try this...
tell document 1 of application "Quark"
get properties
end tell
should do the trick
>
From: "Gregory Smith" <email@hidden>
>
Date: Thu, 23 May 2002 15:07:14 -0700
>
To: email@hidden
>
Subject: Re: Getting Font Usage list from Quark?
>
>
Hello all!
>
>
What's the trick to getting Quark to revel a document's properties? I'm
>
referencing Shirley Hopkins 'AS QuarkXpress'. She writes that:
>
>
tell app "Quark"
>
activate
>
tell document1
>
get properties
>
end tell
>
end tell
>
>
I do this to a generic single text box document and I get an error:
>
>
"Can't get every property of "Document1"."
>
>
I'm ultimately looking to get a list (record) of all fonts in use in the
>
document but I can't seem to get past this! What am I missing here since
>
the book indicates this is what you do. Any help would be appreciated.
>
>
Thanks for you help in advance.
>
>
Cheers,
>
Greg
>
_______________________________________________
>
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.
_______________________________________________
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.