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 5
5
6
6
class ThreeD_Diagonal : public Fonts
7
7
{
8
- static const int rows = 12 ;
8
+ static const int rows = 13 ;
9
9
static const int cols = 20 ;
10
10
11
11
public:
@@ -34,16 +34,26 @@ class ThreeD_Diagonal : public Fonts
34
34
}
35
35
36
36
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 ] = " `----' " ;
43
54
44
- return character;
45
- }
46
- */
55
+ return character;
56
+ }
47
57
48
58
/*
49
59
vs C()
You can’t perform that action at this time.
0 commit comments