Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af3499 commit 7c5a734Copy full SHA for 7c5a734
1 file changed
tools/subset.py
@@ -59,7 +59,7 @@ def subset_font_raw(font_in, font_out, unicodes, opts):
59
# and invert comments on following 2 lines
60
# nam_fn = opts['--namelist']
61
nam_fn = font_out + '.nam'
62
- nam = opentype(nam_fn, 'w')
+ nam = open(nam_fn, 'w')
63
else:
64
nam = None
65
if '--script' in opts:
0 commit comments