diff options
Diffstat (limited to 'patch')
| -rwxr-xr-x | patch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ from fontTools.ttLib import TTFont a = TTFont('misc/azuki.ttf') -b = TTFont('patched/czuki.ttf') +b = TTFont('exported/czuki.ttf') a_metrics = a['hmtx'].metrics b_metrics = b['hmtx'].metrics |