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