Re: Get list of active fonts
Re: Get list of active fonts
- Subject: Re: Get list of active fonts
- From: Steven Kroll <email@hidden>
- Date: Fri, 02 Feb 2001 08:04:18 -0600
Drew,
I can get a list of fonts in the 3Fonts3 folder of the active system folder
with this construct:
set availableFonts to name of every font suitcase in folder "Fonts" of
system folder
rather than the phrase you used:
set currentFonts to name of every font suitcase in +class ffnt;
What is the goal of your script?
-Steve
>
Hello,
>
>
I'm trying to get the list of active fonts. This is what I'm trying
>
but it won't compile:
>
>
>
tell application "Finder"
>
activate
>
set currentFonts to name of every font suitcase in +class ffnt;
>
end tell
>
Does anyone know the proper way to do this.
>
thanks for any help.
>
drew