File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -774,19 +774,17 @@ class Carlos : public Fonts
774
774
*/
775
775
776
776
// Numbers
777
-
778
- /*
779
- char **zero()
777
+ char **zero ()
780
778
{
781
779
char **character = getCharGrid ();
782
780
783
- //Enter the character grid in ROWS X COL
784
-
781
+ character[0 ][2 ]=character[0 ][3 ]=character[0 ][4 ]=character[0 ][5 ]=character[1 ][3 ]=character[1 ][4 ]=character[5 ][3 ]=character[5 ][4 ]=character[6 ][2 ]=character[6 ][3 ]=character[6 ][4 ]=character[6 ][5 ]=' _' ;
782
+ character[2 ][0 ]=character[2 ][2 ]=character[3 ][0 ]=character[3 ][2 ]=character[4 ][0 ]=character[4 ][2 ]=character[5 ][0 ]=character[5 ][2 ]=' (' ;
783
+ character[2 ][5 ]=character[2 ][7 ]=character[3 ][5 ]=character[3 ][7 ]=character[4 ][5 ]=character[4 ][7 ]=character[5 ][5 ]=character[5 ][7 ]=' )' ;
784
+ character[1 ][1 ]=character[6 ][6 ]=' /' ;
785
+ character[1 ][6 ]=character[6 ][1 ]=' \\ ' ;
785
786
return character;
786
787
}
787
-
788
- */
789
-
790
788
/*
791
789
char **one()
792
790
{
You can’t perform that action at this time.
0 commit comments