最近公司要开发个字体的软件,
目前了解到 [字由] 这款软件能实现上面的功能, https://www.hellofont.cn/download
字由效果: https://streamja.com/Onl9b
目前发现字有在系统中安装了 2 个插件 https://i.postimg.cc/bvHX5tcr/STIIITCH-2020-09-21-12-03-14.png
我是个 iOS 开发,没接触过 Mac 开发,有没有人有这方便的思路可以参考下呢?
1
GM 2020-09-21 13:11:02 +08:00
反编译一下就知道了
|
2
GM 2020-09-21 13:11:13 +08:00
准确来说,逆向一下
|
4
jearyvon 2020-09-21 15:22:14 +08:00
把字体下载到临时目录,然后使用系统相关 API 激活字体注册到系统 https://developer.apple.com/library/archive/documentation/StringsTextFonts/Conceptual/CoreText_Programming/Introduction/Introduction.html#//apple_ref/doc/uid/TP40005533
然后调用自动化脚本设置字体就好了。 |