• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Font info from Applescript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Font info from Applescript


  • Subject: Re: Font info from Applescript
  • From: Martin Orpen <email@hidden>
  • Date: Mon, 26 Sep 2005 14:06:35 +0100

On 26 Sep 2005, at 12:29, Xandra Lee wrote:

I need some way to use AppleScript or other to gather data about fonts.
Specifically: Font PSName, type(PS,Ttetc), foundry, version, class.


(IDEALLY without opening the fonts and
and DEFINETLY without installing in the systems Fonts folders)


I used to be able to do this Jon'sCommands or script FontReserve to do this...

With the impending death FontReserve (Extensis bought and ignores), and lack
of fontInfo command in Jon's commands, I'm (HORROR of HORROR) stuck
gathering this info for my database.


Anyone know of an osax, hidden command or other that can do this?


No need for hidden stuff - use Tiger's Font Book:


tell application "Font Book" set a to font families set b to typefaces of item 1 of a set c to properties of item 1 of b set d to typeface additional info of c end tell



Regards

--
Martin Orpen
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Font info from Applescript
      • From: Xandra Lee <email@hidden>
References: 
 >Font info from Applescript (From: Xandra Lee <email@hidden>)

  • Prev by Date: Re: Font info from Applescript
  • Next by Date: FileMaker Pro 8 and Do Scripts Errors!
  • Previous by thread: Re: Font info from Applescript
  • Next by thread: Re: Font info from Applescript
  • Index(es):
    • Date
    • Thread