Skip to content

Commit 5a7504e

Browse files
committed
Turned on the path orientation fixing (not sure why it was off)
1 parent d49bb12 commit 5a7504e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FDK Extras/checkAll.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def doTask(fonts):
8787
print '*******************************'
8888
print 'Checking %s...(%d/%d)' % (styleName, i, totalFonts)
8989
i += 1
90-
cmd = 'checkOutlines -I -O -e "%s"' % fontFileName
90+
cmd = 'checkOutlines -I -e "%s"' % fontFileName
9191
popen = Popen(cmd, shell=True, stdout=PIPE)
9292
popenout, popenerr = popen.communicate()
9393
if popenout:

0 commit comments

Comments
 (0)