Skip to content

Commit

Permalink
Merge pull request #492 from komal7141/main
Browse files Browse the repository at this point in the history
j added in banner
  • Loading branch information
AnshumanMahato authored Oct 20, 2023
2 parents 8f11c90 + d724867 commit 47cab81
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 41 deletions.
5 changes: 3 additions & 2 deletions Fonts/banner/banner.h
Original file line number Diff line number Diff line change
Expand Up @@ -380,12 +380,13 @@ class Banner : public Fonts



/*

char **j()
{
char **character = getCharGrid(ROWS,COLS);
char **character = getCharGrid(8,3);

//Enter the character grid in ROWS X COLS
character[1][2] = character[3][2] = character[4][2] = character[5][2] = character[6][0] = character[6][2] = character[7][1] = '#';

return character;
}
Expand Down
6 changes: 4 additions & 2 deletions example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ using namespace ascii;

int main()
{
Ascii a = Ascii(carlos);
a.print("N");

Ascii a = Ascii(banner);
a.print("iAcj");

return 0;
}
46 changes: 9 additions & 37 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,38 +75,10 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
<table>
<tr>
<td align="center">
<a href="https://github.com/codewithnick">
<img src="https://avatars.githubusercontent.com/u/53932029?v=4" width="70;" alt="codewithnick"/>
<br />
<sub><b>codewithnick</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/AnshumanMahato">
<img src="https://avatars.githubusercontent.com/u/58422570?v=4" width="70;" alt="AnshumanMahato"/>
<br />
<sub><b>AnshumanMahato</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/vkumar8192449">
<img src="https://avatars.githubusercontent.com/u/64706066?v=4" width="70;" alt="vkumar8192449"/>
<br />
<sub><b>vkumar8192449</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/vishu567">
<img src="https://avatars.githubusercontent.com/u/112263798?v=4" width="70;" alt="vishu567"/>
<br />
<sub><b>vishu567</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/sachinkumar911">
<img src="https://avatars.githubusercontent.com/u/115224664?v=4" width="70;" alt="sachinkumar911"/>
<a href="https://github.com/komal7141">
<img src="https://avatars.githubusercontent.com/u/75818108?v=4" width="70;" alt="komal7141"/>
<br />
<sub><b>sachinkumar911</b></sub>
<sub><b>komal7141</b></sub>
</a>
</td></tr>
</table>
Expand All @@ -132,17 +104,17 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
</a>
</td>
<td align="center">
<a href="https://github.com/Harry121199">
<img src="https://avatars.githubusercontent.com/u/117886160?v=4" width="70;" alt="Harry121199"/>
<a href="https://github.com/komal7141">
<img src="https://avatars.githubusercontent.com/u/75818108?v=4" width="70;" alt="komal7141"/>
<br />
<sub><b>Harry121199</b></sub>
<sub><b>komal7141</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/komal7141">
<img src="https://avatars.githubusercontent.com/u/75818108?v=4" width="70;" alt="komal7141"/>
<a href="https://github.com/Harry121199">
<img src="https://avatars.githubusercontent.com/u/117886160?v=4" width="70;" alt="Harry121199"/>
<br />
<sub><b>komal7141</b></sub>
<sub><b>Harry121199</b></sub>
</a>
</td>
<td align="center">
Expand Down

0 comments on commit 47cab81

Please sign in to comment.