Skip to content

Commit

Permalink
Merge pull request #494 from NeerajSh-16/main
Browse files Browse the repository at this point in the history
Letter N added to carlos
  • Loading branch information
AnshumanMahato authored Oct 20, 2023
2 parents 8e2bfc7 + 261b357 commit 70be228
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 35 deletions.
11 changes: 8 additions & 3 deletions Fonts/carlos/carlos.h
Original file line number Diff line number Diff line change
Expand Up @@ -299,16 +299,21 @@ class Carlos : public Fonts
}
*/

/*

char **N()
{
char **character = getCharGrid(ROWS,COLS);
char **character = getCharGrid(7,14);

//Enter the character grid in ROWS X COL
character[3][2] = character[3][4] = character[3][6] = character[3][8] = character[3][10] = character[3][12] = character[1][13] = ')';
character[6][0] = character[4][1] = character[4][3] = character[4][5] = character[4][7] = character[4][9] = character[4][11] = '(';
character[1][3] = character[2][2] = character[2][4] = character[5][1] = character[5][3] = character[6][2] = character[1][11] = character[2][10] = character[2][12] = character[5][9] = character[5][11] = character[6][10] = '/';
character[1][6] = character[2][5] = character[2][7] = character[5][6] = character[5][8] = character[6][7] = '\\';
character[0][4] = character[0][5] = character[0][12] = character[6][1] = character[6][8] = character[6][9] = '_';

return character;
}
*/


/*
char **O()
Expand Down
2 changes: 1 addition & 1 deletion example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ using namespace ascii;
int main()
{
Ascii a = Ascii(carlos);
a.print("KGK");
a.print("N");
return 0;
}
34 changes: 3 additions & 31 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/NeerajSh-16">
<img src="https://avatars.githubusercontent.com/u/144585755?v=4" width="70;" alt="NeerajSh-16"/>
<br />
<sub><b>sachinkumar911</b></sub>
<sub><b>NeerajSh-16</b></sub>
</a>
</td></tr>
</table>
Expand Down

0 comments on commit 70be228

Please sign in to comment.