Skip to content

Kennyl/python-fontforge-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
林檎
Nov 5, 2017
49d144e · Nov 5, 2017

History

21 Commits
Oct 27, 2017
Nov 1, 2017
Oct 26, 2017
Nov 1, 2017
Nov 1, 2017
Nov 5, 2017
Oct 28, 2017
Oct 30, 2017
Nov 5, 2017
Oct 26, 2017
Oct 30, 2017
Nov 5, 2017

Repository files navigation

python-fontforge-script

Python Script for Font Manipulation using FontForge Module

Build Status

Please install python-fontforge module first as well as PyQt5

Check Missing Glyph in word list missingGlyphs

Word list format

## start with "##" line will be ignore to read
A
B
C

Python script that copy glyph 'A' to glyph 'B' by Reference

Use copyReferenceAtoB as input word list

Word list format (Copy glyph 'A' to glyph 'B', copy glyph 'C' to glyph 'D')

## start with "##" line will be ignore to read
A B
C D

Get all TTFs' Chinese Font Name in current folder.

Print out sample.

?.ttf as {chinese_name}_{english_name}

Python script that minimize ttf font by input word list

Use minifyGlyphs as input word list

Word list format

## start with "##" line will be ignore to read
A
B
C