• 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: Xandra Lee <email@hidden>
  • Date: Fri, 30 Sep 2005 05:30:46 -0400

Martin,
Thanks for the tip, but I keep only a bare minimum of Fonts in system Font
folders (using FontAgent Pro) - However, this tip will be a great aid when
investing the one's I do keep in orig locations. (assuming it works in
panther)

Unfortunately, I need primarily to document fonts which are NOT in system
font folders.

The good news: spoke with a rep at Insider Software (FAP's developer)-
they're indeed working on AppleScriptability, and will send me a copy to
test --


On 09-26-2005 09:06 AM, "Martin Orpen" <email@hidden> wrote:

> 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

 _______________________________________________
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

References: 
 >Re: Font info from Applescript (From: Martin Orpen <email@hidden>)

  • Prev by Date: Re: code reuse
  • Next by Date: Re: code reuse
  • Previous by thread: Re: Font info from Applescript
  • Next by thread: Re: """
  • Index(es):
    • Date
    • Thread