1
0
mirror of https://gitlab.com/MisterBiggs/bdfparse.git synced 2025-06-16 06:26: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 = { self.charNames = {
" ": "space", " ": "space",
"-": "minus", "-": "minus",
"+": "plus",
"0": "zero", "0": "zero",
"1": "one", "1": "one",
"2": "two", "2": "two",
@ -32,7 +33,7 @@ class Font:
")": "parenright", ")": "parenright",
",": "comma", ",": "comma",
".": "period", ".": "period",
"/": "lslash", "/": "slash",
"?": "question", "?": "question",
} }