Skip to content

Commit

Permalink
Merge pull request #1005 from aryantanwarr/main
Browse files Browse the repository at this point in the history
Added letter d to Drpepper
  • Loading branch information
AnshumanMahato authored Oct 28, 2023
2 parents e5b6ccd + 3beb1c5 commit df5d229
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 38 deletions.
12 changes: 8 additions & 4 deletions Fonts/drpepper/drpepper.h
Original file line number Diff line number Diff line change
Expand Up @@ -335,16 +335,20 @@ class Drpepper : public Fonts
return character;
}

/*

char **d()
{
char **character = getCharGrid(rows,cols);
char **character = getCharGrid(4,5);

//Enter the character grid in ROWS X COLS
character[0][3] = character[3][1] = character[3][2] = character[1][1] = character[3][3] ='_';
character[1][2] = character[3][4] = character[2][4] = character[1][4] ='|';
character[2][2] = '.';
character[2][0] = '/';
character[3][0] = '\\';
return character;
}
*/


/*
char **e()
Expand Down
4 changes: 2 additions & 2 deletions example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using namespace ascii;

int main()
{
Ascii font = Ascii(amongus);
font.print("z");
Ascii font = Ascii(drpepper);
font.print("d");
return 0;
}
45 changes: 13 additions & 32 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"/>
<a href="https://github.com/aryantanwarr">
<img src="https://avatars.githubusercontent.com/u/91049545?v=4" width="70;" alt="aryantanwarr"/>
<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"/>
<br />
<sub><b>sachinkumar911</b></sub>
<sub><b>aryantanwarr</b></sub>
</a>
</td></tr>
</table>
Expand Down Expand Up @@ -723,6 +695,14 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
<sub><b>prateek00077</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/aryantanwarr">
<img src="https://avatars.githubusercontent.com/u/91049545?v=4" width="70;" alt="aryantanwarr"/>
<br />
<sub><b>aryantanwarr</b></sub>
</a>
</td></tr>
<tr>
<td align="center">
<a href="https://github.com/BidyasagarAnupam">
<img src="https://avatars.githubusercontent.com/u/68635333?v=4" width="70;" alt="BidyasagarAnupam"/>
Expand Down Expand Up @@ -765,7 +745,8 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
<br />
<sub><b>NANDANA-S-P</b></sub>
</a>
</td>
</td></tr>
<tr>
<td align="center">
<a href="https://github.com/prajjawal007">
<img src="https://avatars.githubusercontent.com/u/144593090?v=4" width="70;" alt="prajjawal007"/>
Expand Down

0 comments on commit df5d229

Please sign in to comment.