Skip to content

Commit

Permalink
allow font munger to use "+"
Browse files Browse the repository at this point in the history
  • Loading branch information
wchristian committed Jan 27, 2019
1 parent d024d95 commit 236e2b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions font_manipulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ def glyph_nach_datei(glyph):
return "exclam.glyph"
elif glyph == "\"":
return "quotedbl.glyph"
elif glyph == "+":
return "plus.glyph"
else:
chars = list(glyph)
i = 0
Expand Down

0 comments on commit 236e2b6

Please sign in to comment.