Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Feb 10, 2024
1 parent ee6d616 commit 0959c4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,6 @@ def key(name):
fb.setupGlyf(glyphs)

metrics = {}
glyf = fb.font["glyf"]
for name, glyph in glyphs.items():
metrics[name] = (glyphSet[name].width, glyph.xMin)
fb.setupHorizontalMetrics(metrics)
Expand Down

0 comments on commit 0959c4b

Please sign in to comment.