Skip to content

Commit

Permalink
Merge pull request #770 from krishna16sharma/main
Browse files Browse the repository at this point in the history
Added <0> to amongus font
  • Loading branch information
AnshumanMahato authored Oct 24, 2023
2 parents 41e3c01 + c6fcbcc commit 8b791f7
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions Fonts/amongus/amongus.h
Original file line number Diff line number Diff line change
Expand Up @@ -625,18 +625,20 @@ class Amongus : public Fonts

// Numbers

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


return character;
}

*/

/*
char **one()
{
Expand Down Expand Up @@ -749,4 +751,4 @@ class Amongus : public Fonts
*/
};
#endif
#endif

0 comments on commit 8b791f7

Please sign in to comment.