We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c119d9 + c41a102 commit 30a6c7cCopy full SHA for 30a6c7c
Fonts/Straight/straight.h
@@ -61,16 +61,17 @@ class Straight : public Fonts
61
}
62
*/
63
64
- /*
65
- char **E()
66
- {
+ char **E()
+ {
67
char **character = getCharGrid();
68
69
//Enter the character grid in ROWS X COLS
+ character[0][1] = character[0][2] = '_';
70
+ character[1][0] = character[2][0] = '|';
71
+ character[1][1] = character[2][1] = character[2][2] = '_';
72
73
return character;
74
- */
75
76
/*
77
char **F()
0 commit comments