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.
1 parent 9c119d9 commit 0a90709Copy full SHA for 0a90709
Fonts/Straight/straight.h
@@ -72,16 +72,19 @@ class Straight : public Fonts
72
}
73
*/
74
75
- /*
+
76
char **F()
77
{
78
char **character = getCharGrid();
79
80
//Enter the character grid in ROWS X COLS
81
+ character[1][0]=character[2][0]='|';
82
+ character[0][1]=character[0][2]=character [0][3]=character[1][1]=character[1][2]='_';
83
+ character [][]=' ';
84
85
return character;
86
- */
87
88
89
/*
90
char **G()
@@ -741,4 +744,4 @@ class Straight : public Fonts
741
744
742
745
743
746
};
-#endif
747
+#endif
0 commit comments