Skip to content

Commit 98afa91

Browse files
committed
Write subtable breaks by default
1 parent 00c807e commit 98afa91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FDK Extras/generateAllKernFiles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
minKern = 3 # inclusive; this means that pairs which EQUAL this ABSOLUTE value will NOT be ignored/trimmed. Anything below WILL.
88
writeTrimmed = False # If 'False', trimmed pairs will not be processed and, therefore, will not be written to the kerning feature file.
9-
writeSubtables = False # Sometimes the kerning feature file needs to have explicit subtable breaks, otherwise the OTF won't compile due to a subtable overflow.
9+
writeSubtables = True # Sometimes the kerning feature file needs to have explicit subtable breaks, otherwise the OTF won't compile due to a subtable overflow.
1010

1111
###################################################
1212

0 commit comments

Comments
 (0)