Re: Font tracking and Dfont and otf information
Re: Font tracking and Dfont and otf information
- Subject: Re: Font tracking and Dfont and otf information
- From: Martin Orpen <email@hidden>
- Date: Mon, 02 Aug 2004 00:23:51 +0100
on 1/8/04 3:29 am, Gary Mielke at email@hidden wrote:
>
Thanks, Is the Full Name and Copyright information protected or just
>
unavailable. It looks like this information was not pulled from running the
>
script on the OTF or DFONT types.
>
The older ttf and ps fonts some times place the manufacture information
>
in the version area, but it looks like that is not consistent with the otf
>
or dfont.
You could always resort to UI scripting:
set fFile to (choose file)
tell application "Finder"
open information window of fFile
end tell
tell application "System Events"
tell process "Finder"
set cRight to value of static text 5 of UI element 6 of UI
element 5 of window 1
end tell
end tell
tell application "Finder"
close information window 1
end tell
cRight
Ugly, but it works for me in Panther...
--
Martin Orpen
Idea Digital Imaging Ltd -- The Image Specialists
http://www.idea-digital.com
_______________________________________________
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.