Get list of active fonts
Get list of active fonts
- Subject: Get list of active fonts
- From: Drew Fiero <email@hidden>
- Date: Thu, 1 Feb 2001 16:04:21 -0800
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