python fontforge script
1.0.0
Python Script สำหรับการจัดการแบบอักษรโดยใช้โมดูล Fontforge
โปรดติดตั้งโมดูล Python-Fontforge ก่อนและ PYQT5
ตรวจสอบ Glyph ที่หายไปในรายการคำที่ขาดหายไป
รูปแบบรายการคำ
## start with "##" line will be ignore to read
A
B
C
สคริปต์ Python ที่คัดลอก glyph 'a' to glyph 'b' โดยอ้างอิง
ใช้ 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}
สคริปต์ Python ที่ลด FONT TTF โดยรายการคำว่าอินพุต
ใช้ minifyglyphs เป็นรายการคำอินพุต
รูปแบบรายการคำ
## start with "##" line will be ignore to read
A
B
C