一个 Python 字体子集化库:FontTools 2019-4-14 23:50 | 1,526 | 0 | 前端,技术 107 字 | 1 分钟内 前言 发现了一个好用的 Python 字体子集化库:FontTools。 地址 https://github.com/fonttools/fonttools GitHub fonttools/fonttools 使用 安装 pip install fonttools 命令 子集化 手动输入需要提取的字形 pyftsubset 子集化前字体文件 --… Python杂谈