Skip to content

Commit

Permalink
Support sparse masters
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Jul 12, 2024
1 parent 4c1c521 commit 20c3373
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/ufo2ft/featureWriters/kernFeatureWriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@ def _filterSpacingMarks(self, marks):
for mark in marks:
if all(
source.font[mark].width != 0 for source in self.context.font.sources
if mark in source.font
):
spacing.append(mark)
return spacing
Expand Down

0 comments on commit 20c3373

Please sign in to comment.