diff options
author | Jesús <heckyel@hyperbola.info> | 2020-11-26 15:25:15 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-11-26 15:25:15 -0500 |
commit | 2d16f69ab60dfc99cb93130e97bb87b6bd7794d0 (patch) | |
tree | 7e54878f01321ec6e4af1f30c07b46a80785860c | |
parent | 7450e7d15dff05e5e22a956c7633bec41bf3401b (diff) | |
download | libresocial-2d16f69ab60dfc99cb93130e97bb87b6bd7794d0.tar.lz libresocial-2d16f69ab60dfc99cb93130e97bb87b6bd7794d0.tar.xz libresocial-2d16f69ab60dfc99cb93130e97bb87b6bd7794d0.zip |
Fix missing import
-rwxr-xr-x | lab/svg2ttf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lab/svg2ttf.py b/lab/svg2ttf.py index 4f16cd7..7a1242a 100755 --- a/lab/svg2ttf.py +++ b/lab/svg2ttf.py @@ -3,6 +3,7 @@ import sys import os.path import json +import fontforge IMPORT_OPTIONS = ('removeoverlap', 'correctdir') |