diff --git a/common/Font.py b/common/Font.py index 7a96998..667c22f 100644 --- a/common/Font.py +++ b/common/Font.py @@ -31,6 +31,7 @@ name_to_glyph_d = { "quotedblright": "”", "semicolon": ";", "slash": "/", + "space": " ", }