gpt4 book ai didi

fonts - AppleScript - 列出所有字体

转载 作者:行者123 更新时间:2023-12-04 08:14:51 25 4
gpt4 key购买 nike

我已经尝试这样做了很长时间,但还没有找到一种有效的方法来做到这一点。目前我一直在尝试列出我知道的所有字体:

set the font_list to {"Arial","Comic Sans MS","Arial Black",...}

但需要 永远编写所有字体,我知道 Mac 上有大量字体。有没有更高效的办法把系统上的所有字体都弄出来,在一个文本文档里写一堆东西,然后把每一个连续行的字体设置为下一个字体(即第1行的字体是字体1,第2行的字体是字体 2,等等)?

最佳答案

 tell application "Font Book" to name of font families
set l to {"Regular", "Roman", "Book", "Plain", "55 Roman", "R"}
set found to {}
tell application "Font Book"
repeat with x in typefaces
if l contains style name of x then set end of found to name of x
end repeat
end tell
found

关于fonts - AppleScript - 列出所有字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7033166/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com