diff --git a/bdfparse/bdfparse.py b/bdfparse/bdfparse.py index 26eb8e5..72f4ae7 100644 --- a/bdfparse/bdfparse.py +++ b/bdfparse/bdfparse.py @@ -11,6 +11,7 @@ class Font: self.charNames = { " ": "space", "-": "minus", + "+": "plus", "0": "zero", "1": "one", "2": "two", @@ -32,7 +33,7 @@ class Font: ")": "parenright", ",": "comma", ".": "period", - "/": "lslash", + "/": "slash", "?": "question", }