File tree Expand file tree Collapse file tree 1 file changed +20
-10
lines changed Expand file tree Collapse file tree 1 file changed +20
-10
lines changed Original file line number Diff line number Diff line change 55
66class ThreeD_Diagonal : public Fonts
77{
8- static const int rows = 12 ;
8+ static const int rows = 13 ;
99 static const int cols = 20 ;
1010
1111public:
@@ -34,16 +34,26 @@ class ThreeD_Diagonal : public Fonts
3434 }
3535
3636
37- /*
38- vs B()
39- {
40- vs character = getCharGrid();
41-
42- //Enter the character grid in ROWS X COLS
37+ vs B ()
38+ {
39+ vs character = getCharGrid (13 , 18 );
40+
41+ character[0 ] = " ,---,. " ;
42+ character[1 ] = " ,' .' \\ " ;
43+ character[2 ] = " ,---.' .' | " ;
44+ character[3 ] = " | | |: | " ;
45+ character[4 ] = " : : : / " ;
46+ character[5 ] = " : | ; " ;
47+ character[6 ] = " | : \\ " ;
48+ character[7 ] = " | | . | " ;
49+ character[8 ] = " ' : '; | " ;
50+ character[9 ] = " | | | ; " ;
51+ character[10 ] = " | : / " ;
52+ character[11 ] = " | | ,' " ;
53+ character[12 ] = " `----' " ;
4354
44- return character;
45- }
46- */
55+ return character;
56+ }
4757
4858 /*
4959 vs C()
You can’t perform that action at this time.
0 commit comments