Skip to content

Commit

Permalink
Fix glyph directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
roginfarrer authored Sep 11, 2021
1 parent e12e36b commit 13ee7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion font-patcher
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class font_patcher:
if symfont:
symfont.close()
symfont = None
symfont = fontforge.open(__dir__ + "/src/glyphs/" + patch['Filename'])
symfont = fontforge.open(__dir__ + "/src/" + patch['Filename'])

# Match the symbol font size to the source font size
symfont.em = self.sourceFont.em
Expand Down

0 comments on commit 13ee7ad

Please # to comment.