From f1856bd6bda6bbaa464df4365c83b71184bccaef Mon Sep 17 00:00:00 2001 From: Shubham Jatav <144593198+ShubhamJatavBankai@users.noreply.github.com> Date: Tue, 24 Oct 2023 14:12:08 +0530 Subject: [PATCH] Added font A to drpepper Added font A to drpepper --- Fonts/drpepper/drpepper.h | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Fonts/drpepper/drpepper.h b/Fonts/drpepper/drpepper.h index 58e93128..afe9051b 100644 --- a/Fonts/drpepper/drpepper.h +++ b/Fonts/drpepper/drpepper.h @@ -12,17 +12,15 @@ class Drpepper : public Fonts // Uppercase - /* - char **A() + char **A() { - char **character = getCharGrid(rows,cols); - - //Enter the character grid in ROWS X COLS + char **character = getCharGrid(4,5); + character[1][0]=character[1][4]=character[2][0]=character[2][4]=character[3][0]=character[3][2]=character[3][4]='|'; + character[0][1]=character[0][2]=character[0][3]=character[3][1]=character[3][3]='_'; + character[1][2]='.'; return character; } - */ - /* char **B() { @@ -730,4 +728,4 @@ class Drpepper : public Fonts */ }; -#endif \ No newline at end of file +#endif