1
0
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:
Anson 2019-07-18 17:42:07 -07:00
parent 65e188c764
commit 4eeaecf193

View File

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