Skip to content

Commit

Permalink
Sort kerning pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
madig committed May 24, 2024
1 parent d3eeee0 commit 3df2b8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/ufo2ft/featureWriters/kernFeatureWriter2.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ def getKerningPairs(font, side1Classes, side2Classes, glyphSet=None, options=Non
glyphSet or {},
options or SimpleNamespace(**KernFeatureWriter.options),
)
pairs.sort()
side1toClass: Mapping[tuple[str, ...], ast.GlyphClassDefinition] = {
tuple(
glyph
Expand Down

0 comments on commit 3df2b8a

Please sign in to comment.