1
0
mirror of https://gitlab.com/MisterBiggs/bdfparse.git synced 2025-06-15 14:06:39 +00:00

updated char list

This commit is contained in:
Anson 2019-07-18 19:46:37 -07:00
parent 4eeaecf193
commit 5eefdb3ce1

View File

@ -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",
}