Skip to content

Commit

Permalink
Merge pull request #1014 from ranveer-2301/main
Browse files Browse the repository at this point in the history
added m in amongus font
  • Loading branch information
AnshumanMahato authored Oct 29, 2023
2 parents 582fe8f + 584bf6c commit 877d185
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 45 deletions.
15 changes: 7 additions & 8 deletions Fonts/amongus/amongus.h
Original file line number Diff line number Diff line change
Expand Up @@ -479,18 +479,17 @@ class Amongus : public Fonts
return character;
}

/*
char **m()
char **m()
{
char **character = getCharGrid(ROWS,COLS);
//Enter the character grid in ROWS X COLS
char **character = getCharGrid(4,8);
character[0][1] = character[0][2] = character[0][5] = character[0][6] = character[3][1] = character[3][6] = '_';
character[1][0] = character[2][6] = character[3][0] = '(';
character[1][7] = character[2][1] = character[3][7] = ')';
character[1][4] = character[3][2] = character[3][4] = '/';
character[1][3] = character[3][3] = character[3][5] = '\\';
return character;
}

*/

char **n()
{
char **character = getCharGrid(4, 6);
Expand Down
53 changes: 16 additions & 37 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,38 +87,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/ranveer-2301">
<img src="https://avatars.githubusercontent.com/u/144588990?v=4" width="70;" alt="ranveer-2301"/>
<br />
<sub><b>sachinkumar911</b></sub>
<sub><b>ranveer-2301</b></sub>
</a>
</td></tr>
</table>
Expand Down Expand Up @@ -286,21 +258,28 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
<sub><b>ipratiik</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/ranveer-2301">
<img src="https://avatars.githubusercontent.com/u/144588990?v=4" width="70;" alt="ranveer-2301"/>
<br />
<sub><b>ranveer-2301</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/Bhargava-1103">
<img src="https://avatars.githubusercontent.com/u/109221234?v=4" width="70;" alt="Bhargava-1103"/>
<br />
<sub><b>Bhargava-1103</b></sub>
</a>
</td>
</td></tr>
<tr>
<td align="center">
<a href="https://github.com/smedha99">
<img src="https://avatars.githubusercontent.com/u/144618806?v=4" width="70;" alt="smedha99"/>
<br />
<sub><b>smedha99</b></sub>
</a>
</td></tr>
<tr>
</td>
<td align="center">
<a href="https://github.com/rishavr920">
<img src="https://avatars.githubusercontent.com/u/59284650?v=4" width="70;" alt="rishavr920"/>
Expand Down Expand Up @@ -335,15 +314,15 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
<br />
<sub><b>Stunner33</b></sub>
</a>
</td>
</td></tr>
<tr>
<td align="center">
<a href="https://github.com/mohdadil1">
<img src="https://avatars.githubusercontent.com/u/39762134?v=4" width="70;" alt="mohdadil1"/>
<br />
<sub><b>mohdadil1</b></sub>
</a>
</td></tr>
<tr>
</td>
<td align="center">
<a href="https://github.com/Anuj-cel">
<img src="https://avatars.githubusercontent.com/u/143423699?v=4" width="70;" alt="Anuj-cel"/>
Expand Down

0 comments on commit 877d185

Please sign in to comment.