All I want to do is use Extensis Suitcase X1 to
- create a temporary font set;
- add a few font references to it to access from Quark;
- delete the font set.
Simple enough, but naturally I have problems. I’m trying:
property fontPath: "Macintosh HD:System:Library:Fonts:"
tell application "Extensis Suitcase X1"
set tempFontSet to make new Font Set with properties {name:"Temp01"}
-- <silly attempts>
add reference (fontPath & "Courier") to tempFontSet
add reference (fontPath & "Courier") to Font Set tempFontSet
--...many more...
-- </silly attempts>
end tell
The font set is created, but most of these “add reference” commands produce the message “alias System:Library:Fonts:Courier” of application “Extensis Suitcase X1” doesn’t understand the «event ScFesali» message."
Can someone set me straight please? Thanks very much…