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:
parent
4eeaecf193
commit
5eefdb3ce1
@ -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",
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user