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 @@ -778,19 +778,17 @@ class Carlos : public Fonts
778
778
*/
779
779
780
780
// Numbers
781
-
782
- /*
783
- char **zero()
781
+ char **zero ()
784
782
{
785
783
char **character = getCharGrid ();
786
784
787
- //Enter the character grid in ROWS X COL
788
-
785
+ 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 ]=' _' ;
786
+ character[2 ][0 ]=character[2 ][2 ]=character[3 ][0 ]=character[3 ][2 ]=character[4 ][0 ]=character[4 ][2 ]=character[5 ][0 ]=character[5 ][2 ]=' (' ;
787
+ character[2 ][5 ]=character[2 ][7 ]=character[3 ][5 ]=character[3 ][7 ]=character[4 ][5 ]=character[4 ][7 ]=character[5 ][5 ]=character[5 ][7 ]=' )' ;
788
+ character[1 ][1 ]=character[6 ][6 ]=' /' ;
789
+ character[1 ][6 ]=character[6 ][1 ]=' \\ ' ;
789
790
return character;
790
791
}
791
-
792
- */
793
-
794
792
/*
795
793
char **one()
796
794
{
You can’t perform that action at this time.
0 commit comments