python fontforge script
1.0.0
使用fontforge模块进行字体操作的Python脚本
请先安装Python-Fontforge模块以及PYQT5
检查Word列表中缺少的字形缺少字形
单词列表格式
## start with "##" line will be ignore to read
A
B
C
通过参考复制字形“
使用copyreferenceAtob作为输入单词列表
单词列表格式(复制glyph'a'to glyph'b',将glyph'C复制到glyph'd')
## start with "##" line will be ignore to read
A B
C D
在当前文件夹中获取所有TTFS的中文名称。
打印样本。
?.ttf as {chinese_name}_{english_name}
通过输入单词列表最小化TTF字体的Python脚本
使用MinifyGlyphs作为输入单词列表
单词列表格式
## start with "##" line will be ignore to read
A
B
C