我得到了一些代碼,尋找丟失的字體。 當它返回「已安裝」或「不可用」的腳本 當它返回一個應用«不斷**** FSIN»或«不變**** fsNA»Applescript - 以Script或Application ...的形式返回不同的值...?
我想一個解決辦法是隻是使它看起來爲FSIN代替,但我還是想了解什麼是在這裏發生了......
tell application id "com.adobe.InDesign"
tell active document
set fontStatus to (status of every font)
repeat with s in fontStatus
display dialog (s as string)
end repeat
end tell
end tell