Skip to content

Commit 399d075

Browse files
Merge pull request #290 from Atul-Xalxo/main
Added boomer letter h.
2 parents 2a65afe + 72d7bc8 commit 399d075

File tree

3 files changed

+20
-49
lines changed

3 files changed

+20
-49
lines changed

Fonts/Boomer/boomer.h

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -416,17 +416,16 @@ class Boomer : public Fonts
416416
character[2][2] = '(';
417417
return character;
418418
}
419+
char** h()
420+
{
419421

420-
/*
421-
char **h()
422-
{
423-
char **character = getCharGrid();
424-
425-
//Enter the character grid in ROWS X COLS
422+
char** character = getCharGrid();
423+
character[0][1]=character[5][1]=character[5][5]=character[2][3]=character[2][4]=character[3][3]='_';
424+
character[1][0]=character[2][0]=character[3][0]=character[4][0]=character[5][0]=character[1][2]=character[2][2]=character[4][2]=character[5][2]=character[4][4]=character[5][4]=character[4][6]=character[5][6]='|';
425+
character[3][5]='\\';
426+
return character ;
427+
}
426428

427-
return character;
428-
}
429-
*/
430429

431430
char** i()
432431
{

example.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using namespace ascii;
55

66
int main()
77
{
8-
Ascii a = Ascii(straight);
9-
a.print("H");
8+
Ascii a = Ascii(boomer);
9+
a.print("h");
1010
return 0;
1111
}

readme.md

Lines changed: 10 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -75,38 +75,10 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
7575
<table>
7676
<tr>
7777
<td align="center">
78-
<a href="https://github.com/codewithnick">
79-
<img src="https://avatars.githubusercontent.com/u/53932029?v=4" width="70;" alt="codewithnick"/>
80-
<br />
81-
<sub><b>Nikhil Singh</b></sub>
82-
</a>
83-
</td>
84-
<td align="center">
85-
<a href="https://github.com/AnshumanMahato">
86-
<img src="https://avatars.githubusercontent.com/u/58422570?v=4" width="70;" alt="AnshumanMahato"/>
87-
<br />
88-
<sub><b>Anshuman Mahato</b></sub>
89-
</a>
90-
</td>
91-
<td align="center">
92-
<a href="https://github.com/vkumar8192449">
93-
<img src="https://avatars.githubusercontent.com/u/64706066?v=4" width="70;" alt="vkumar8192449"/>
94-
<br />
95-
<sub><b>Vinay Kumar</b></sub>
96-
</a>
97-
</td>
98-
<td align="center">
99-
<a href="https://github.com/vishu567">
100-
<img src="https://avatars.githubusercontent.com/u/112263798?v=4" width="70;" alt="vishu567"/>
101-
<br />
102-
<sub><b>Vishal.</b></sub>
103-
</a>
104-
</td>
105-
<td align="center">
106-
<a href="https://github.com/sachinkumar911">
107-
<img src="https://avatars.githubusercontent.com/u/115224664?v=4" width="70;" alt="sachinkumar911"/>
78+
<a href="https://github.com/Atul-Xalxo">
79+
<img src="https://avatars.githubusercontent.com/u/144574009?v=4" width="70;" alt="Atul-Xalxo"/>
10880
<br />
109-
<sub><b>Sachin Kumar</b></sub>
81+
<sub><b>Null</b></sub>
11082
</a>
11183
</td></tr>
11284
</table>
@@ -203,6 +175,13 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
203175
</a>
204176
</td></tr>
205177
<tr>
178+
<td align="center">
179+
<a href="https://github.com/Atul-Xalxo">
180+
<img src="https://avatars.githubusercontent.com/u/144574009?v=4" width="70;" alt="Atul-Xalxo"/>
181+
<br />
182+
<sub><b>Null</b></sub>
183+
</a>
184+
</td>
206185
<td align="center">
207186
<a href="https://github.com/Priyanshu-kr-gupta">
208187
<img src="https://avatars.githubusercontent.com/u/114975117?v=4" width="70;" alt="Priyanshu-kr-gupta"/>
@@ -217,13 +196,6 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
217196
<sub><b>Pop</b></sub>
218197
</a>
219198
</td>
220-
<td align="center">
221-
<a href="https://github.com/Atul-Xalxo">
222-
<img src="https://avatars.githubusercontent.com/u/144574009?v=4" width="70;" alt="Atul-Xalxo"/>
223-
<br />
224-
<sub><b>Null</b></sub>
225-
</a>
226-
</td>
227199
<td align="center">
228200
<a href="https://github.com/codewithana">
229201
<img src="https://avatars.githubusercontent.com/u/144683532?v=4" width="70;" alt="codewithana"/>

0 commit comments

Comments
 (0)