aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-11-26 15:25:15 -0500
committerJesús <heckyel@hyperbola.info>2020-11-26 15:25:15 -0500
commit2d16f69ab60dfc99cb93130e97bb87b6bd7794d0 (patch)
tree7e54878f01321ec6e4af1f30c07b46a80785860c
parent7450e7d15dff05e5e22a956c7633bec41bf3401b (diff)
downloadlibresocial-2d16f69ab60dfc99cb93130e97bb87b6bd7794d0.tar.lz
libresocial-2d16f69ab60dfc99cb93130e97bb87b6bd7794d0.tar.xz
libresocial-2d16f69ab60dfc99cb93130e97bb87b6bd7794d0.zip
Fix missing import
-rwxr-xr-xlab/svg2ttf.py1
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')