File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -659,17 +659,21 @@ class Boomer : public Fonts
659
659
660
660
// Numbers
661
661
662
- /*
662
+
663
663
char **zero ()
664
664
{
665
665
char **character = getCharGrid ();
666
666
667
- //Enter the character grid in ROWS X COLS
667
+ character[0 ][1 ] = character[0 ][2 ] = character[0 ][3 ] = character[0 ][4 ] = character[0 ][5 ] = character[1 ][3 ] = character[4 ][3 ] = character[5 ][2 ] = character[5 ][3 ] = character[5 ][4 ] = ' _' ;
668
+ character[1 ][0 ] = character[1 ][6 ] = character[2 ][0 ] = character[2 ][2 ] = character[2 ][6 ] = character[3 ][0 ] = character[3 ][4 ] = character[3 ][6 ] = character[4 ][2 ] = ' |' ;
669
+ character[2 ][4 ] = ' \' ' ;
670
+ character[4 ][0 ] = character[5 ][1 ] = ' \\ ' ;
671
+ character[2 ][3 ] = character[3 ][3 ] = character[4 ][4 ] = character[4 ][6 ] = character[5 ][5 ] = ' /' ;
668
672
669
673
return character;
670
674
}
671
675
672
- */
676
+
673
677
674
678
/*
675
679
char **one()
You can’t perform that action at this time.
0 commit comments