mirror of
https://gitlab.com/MisterBiggs/bdfparse.git
synced 2025-06-16 06:26:39 +00:00
added more characters
This commit is contained in:
parent
65e188c764
commit
4eeaecf193
@ -10,6 +10,8 @@ class Font:
|
|||||||
self.shape = (self.rows, self.cols)
|
self.shape = (self.rows, self.cols)
|
||||||
self.charNames = {
|
self.charNames = {
|
||||||
" ": "space",
|
" ": "space",
|
||||||
|
"-": "minus",
|
||||||
|
"0": "zero",
|
||||||
"1": "one",
|
"1": "one",
|
||||||
"2": "two",
|
"2": "two",
|
||||||
"3": "three",
|
"3": "three",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user