mirror of
https://gitlab.com/MisterBiggs/bdfparse.git
synced 2025-06-15 22:16:41 +00:00
updated char list
This commit is contained in:
parent
4eeaecf193
commit
5eefdb3ce1
@ -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",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user