diff --git a/Lib/fontmake/compatibility.py b/Lib/fontmake/compatibility.py index 0be8b5cf..4c600da7 100644 --- a/Lib/fontmake/compatibility.py +++ b/Lib/fontmake/compatibility.py @@ -42,7 +42,7 @@ def check_glyph(self, glyphs): anchors = [g.anchors for g in glyphs] self.ensure_all_same( - lambda anchors: '"' + (", ".join(a.name for a in anchors)) + '"', + lambda anchors: '"' + (", ".join(sorted(a.name for a in anchors))) + '"', anchors, "anchors", )