Move Snippets/interpolatable.py to fontTools.varLib.interpolatable
This commit is contained in:
parent
c2033cb095
commit
b9ff863b2c
5
Snippets/interpolatable.py → Lib/fontTools/varLib/interpolatable.py
Executable file → Normal file
5
Snippets/interpolatable.py → Lib/fontTools/varLib/interpolatable.py
Executable file → Normal file
@ -1,8 +1,9 @@
|
|||||||
#! /usr/bin/env python
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Tool to find wrong contour order between different masters, and
|
Tool to find wrong contour order between different masters, and
|
||||||
other interpolatability (or lack thereof) issues.
|
other interpolatability (or lack thereof) issues.
|
||||||
|
|
||||||
|
Call as:
|
||||||
|
$ fonttools varLib.interpolatable font1 font2 ...
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from __future__ import print_function, division, absolute_import
|
from __future__ import print_function, division, absolute_import
|
Loading…
x
Reference in New Issue
Block a user