Skip to content

Commit

Permalink
Merge pull request #534 from sachinkumar911/main
Browse files Browse the repository at this point in the history
adding 9 in carlos
  • Loading branch information
AnshumanMahato authored Oct 21, 2023
2 parents d6b243a + 7ca9dbe commit 34156b8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 32 deletions.
22 changes: 18 additions & 4 deletions Fonts/carlos/carlos.h
Original file line number Diff line number Diff line change
Expand Up @@ -1013,17 +1013,31 @@ class Carlos : public Fonts
*/

/*

char **nine()
{
char **character = getCharGrid(ROWS,COLS);
char **character = getCharGrid(7, 11);

character[0][2]= '_'; character[0][3]= '_';
character[0][4]= '_'; character[0][5]= '_'; character[0][6]= '_';
character[1][1]= '/'; character[1][3]= '_';
character[1][4]= '_'; character[1][7]= '\\';

character[2][0]= '('; character[2][2]= '(';
character[2][3]= '_'; character[2][4]= '_'; character[2][5]= ')'; character[2][8]= '\\';

character[3][1]= '\\';
character[3][2]= '_'; character[3][3]= '_'; character[3][4]= '_'; character[3][5]= '_'; character[3][6]= '_'; character[3][9]= ')';
character[4][7]= ')'; character[4][9]= ')';
character[5][2]= '_'; character[5][3]= '_'; character[5][4]= '_'; character[5][5]= '_'; character[5][6]= '/'; character[5][8]= '/';
character[6][1]= '('; character[6][2]= '_'; character[6][3]= '_'; character[6][4]= '_'; character[6][5]= '_'; character[6][6]= '_'; character[6][7]= '/';


//Enter the character grid in ROWS X COL

return character;
}

*/


// for space
char **space()
Expand Down
28 changes: 0 additions & 28 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,34 +74,6 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
<!-- readme: collaborators -start -->
<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"/>
Expand Down

0 comments on commit 34156b8

Please sign in to comment.