Skip to content

Commit 8ace03a

Browse files
committed
Change writeSubtables option to True
1 parent 968bcf8 commit 8ace03a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generateAllKernFiles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# If 'False', trimmed pairs will not be processed and therefore will not be
1717
# written to the kerning feature file.
1818
# If 'True', trimmed pairs will be written, but commented out.
19-
writeSubtables = False
19+
writeSubtables = True
2020
# Sometimes the kerning feature file needs to have explicit subtable breaks,
2121
# otherwise the OTF won't compile due to a subtable overflow.
2222

0 commit comments

Comments
 (0)