From 846b84b6f457dfa4fd3e4e4893b8f6b434bfd483 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Wed, 10 Jul 2024 16:08:03 +0200 Subject: [PATCH] add space --- common/Font.py | 1 + 1 file changed, 1 insertion(+) 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": " ", }