Skip to content

Commit ff0b4bf

Browse files
author
Kevin J Walters
committed
A few more letters for crude vector font.
1 parent 1d7dabb commit ff0b4bf

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

fonts/font_vector_simple.py

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,20 @@
3636
[(1, 25), (35, 25)], ### 1 to 35 to avoid overlap
3737
],
3838
'B' : [[ ]], ### TODO
39-
39+
'C' : [[(36, 0), (0, 0), (0, 50), (36, 50)]],
40+
'D' : [[(0, 50), (0, 0), (26, 0), (36, 10), (36, 40), (26, 50), (1, 50)]],
41+
'E' : [[(36, 0), (0, 0), (0, 50), (36, 50)],
42+
[(1, 25), (26, 25)]],
43+
4044
'Z' : [[(0, 0), (36, 0), (0, 50), (36, 50)]],
4145

4246
'0' : [[(0, 50), (0, 0), (36, 0), (36, 49)]],
4347
'1' : [[ ]], ### TODO
44-
48+
'3' : [[(0, 0), (36, 0), (36, 50), (0, 50)],
49+
[(10, 25), (35, 25)]],
50+
'4' : [[(0, 0), (0, 40), (36, 40)],
51+
[(18, 30), (18, 50)]], ### crosses other line
52+
'5' : [[(36, 0), (0, 0), (0, 25), (36, 25), (36, 50), (0, 50)]],
53+
4554
'9' : [[(0, 50), (36, 50), (0, 36), (0, 0), (0, 25), (35, 25)]]
4655
}

0 commit comments

Comments
 (0)