From b6bde07234c9b144c1e41dc47d817e2babf642d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:25:28 +0000 Subject: [PATCH 1/5] docs(contributor): contrib-readme-action has updated readme --- readme.md | 113 ++++++++++++++++++++++-------------------------------- 1 file changed, 46 insertions(+), 67 deletions(-) diff --git a/readme.md b/readme.md index ab483008..e0d027a8 100644 --- a/readme.md +++ b/readme.md @@ -75,38 +75,10 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative - - - -
- - codewithnick -
- codewithnick -
-
- - AnshumanMahato -
- AnshumanMahato -
-
- - vkumar8192449 -
- vkumar8192449 -
-
- - vishu567 -
- vishu567 -
-
- - sachinkumar911 + + Mystery-glitch
- sachinkumar911 + Mystery-glitch
@@ -310,13 +282,6 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative PranjalKhatri - - - mohdadil1 -
- mohdadil1 -
- gourshabrg @@ -330,15 +295,15 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
Sangam02
- - + 12345rams
12345rams
- + + Anshun352 @@ -353,13 +318,6 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative avi-dey - - - hellomohit722 -
- hellomohit722 -
- shlok-2003 @@ -373,8 +331,7 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
ben-dh3
- - + codewithana @@ -388,7 +345,8 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
miragearush
- + + som02esh @@ -416,8 +374,7 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
Mystery-glitch
- - + RITIK-DEVOLOPER @@ -431,7 +388,8 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
ankitkujur15
- + + sandeep131431 @@ -439,13 +397,6 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative sandeep131431 - - - Arif20484423 -
- Arif20484423 -
- Gourab-Bistu @@ -459,8 +410,14 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
Raghav354
- - + + + + mohdadil1 +
+ mohdadil1 +
+ AmitRajput1772 @@ -474,7 +431,8 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
AryanBakliwal
- + + FreemRL @@ -482,6 +440,20 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative FreemRL + + + Arif20484423 +
+ Arif20484423 +
+ + + + hellomohit722 +
+ hellomohit722 +
+ khalid10906 @@ -511,6 +483,13 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative NANDANA-S-P + + + prajjawal007 +
+ prajjawal007 +
+ prateek00077 @@ -538,15 +517,15 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
VikashBurman
- + + abhishekyadav76
abhishekyadav76
- - + pronajit From 00c67b2f81b9285a078c7c9de2702a09064c60b8 Mon Sep 17 00:00:00 2001 From: Mystery-glitch Date: Mon, 23 Oct 2023 22:57:47 +0530 Subject: [PATCH 2/5] Added z --- example.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example.cpp b/example.cpp index f9a38661..d4ac9a05 100644 --- a/example.cpp +++ b/example.cpp @@ -5,7 +5,7 @@ using namespace ascii; int main() { - Ascii a = Ascii(straight); - a.print("Y"); + Ascii a = Ascii(banner); + a.print("z"); return 0; } \ No newline at end of file From 300a0e7268b8e6f6eb9779b9d3e624d149b7e76e Mon Sep 17 00:00:00 2001 From: nk12nidhi12 Date: Mon, 23 Oct 2023 23:19:08 +0530 Subject: [PATCH 3/5] X added --- Fonts/drpepper/drpepper.h | 10 +++++++--- example.cpp | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Fonts/drpepper/drpepper.h b/Fonts/drpepper/drpepper.h index d80d0a66..154fddcb 100644 --- a/Fonts/drpepper/drpepper.h +++ b/Fonts/drpepper/drpepper.h @@ -265,16 +265,20 @@ class Drpepper : public Fonts } */ - /* + char **X() { - char **character = getCharGrid(rows,cols); + + char **character = getCharGrid(4,5); //Enter the character grid in ROWS X COLS + character[0][1]=character[3][0]=character[0][4]=character[3][3]='_'; + character[1][0]=character[1][2]=character[2][1]=character[2][3]=character[3][2]=character[3][4]='\\'; + character[1][3]=character[3][1]='/'; return character; } - */ + /* char **Y() diff --git a/example.cpp b/example.cpp index 49eee043..91530dc8 100644 --- a/example.cpp +++ b/example.cpp @@ -5,7 +5,7 @@ using namespace ascii; int main() { - Ascii a = Ascii(straight); - a.print("7"); + Ascii a = Ascii(drpepper); + a.print("X"); return 0; } \ No newline at end of file From 6f4887a4683df8732f12164bfef55fcae1e2e243 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 00:08:30 +0000 Subject: [PATCH 4/5] docs(contributor): contrib-readme-action has updated readme --- readme.md | 107 ++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 71 insertions(+), 36 deletions(-) diff --git a/readme.md b/readme.md index e0d027a8..ee5e4149 100644 --- a/readme.md +++ b/readme.md @@ -75,10 +75,38 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative + + + +
- - Mystery-glitch + + codewithnick
- Mystery-glitch + codewithnick +
+
+ + AnshumanMahato +
+ AnshumanMahato +
+
+ + vkumar8192449 +
+ vkumar8192449 +
+
+ + vishu567 +
+ vishu567 +
+
+ + sachinkumar911 +
+ sachinkumar911
@@ -282,6 +310,13 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative PranjalKhatri
+ + + mohdadil1 +
+ mohdadil1 +
+ gourshabrg @@ -295,15 +330,15 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
Sangam02
- + + 12345rams
12345rams
- - + Anshun352 @@ -318,6 +353,13 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative avi-dey + + + hellomohit722 +
+ hellomohit722 +
+ shlok-2003 @@ -331,7 +373,8 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
ben-dh3
- + + codewithana @@ -345,8 +388,7 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
miragearush
- - + som02esh @@ -374,7 +416,8 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
Mystery-glitch
- + + RITIK-DEVOLOPER @@ -388,8 +431,7 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
ankitkujur15
- - + sandeep131431 @@ -397,6 +439,13 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative sandeep131431 + + + Arif20484423 +
+ Arif20484423 +
+ Gourab-Bistu @@ -410,14 +459,8 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
Raghav354
- - - - mohdadil1 -
- mohdadil1 -
- + + AmitRajput1772 @@ -431,8 +474,7 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
AryanBakliwal
- - + FreemRL @@ -440,20 +482,6 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative FreemRL - - - Arif20484423 -
- Arif20484423 -
- - - - hellomohit722 -
- hellomohit722 -
- khalid10906 @@ -526,6 +554,13 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative abhishekyadav76 + + + Bhaveshgupta00 +
+ Bhaveshgupta00 +
+ pronajit From be84c94f7fda51bc2809ce765e3262146b86dfe8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 00:12:39 +0000 Subject: [PATCH 5/5] docs(contributor): contrib-readme-action has updated readme --- readme.md | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/readme.md b/readme.md index ee5e4149..5e5b7168 100644 --- a/readme.md +++ b/readme.md @@ -303,6 +303,13 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative jonbrohauge + + + Mystery-glitch +
+ Mystery-glitch +
+ PranjalKhatri @@ -323,15 +330,15 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
gourshabrg
- + + Sangam02
Sangam02
- - + 12345rams @@ -366,15 +373,15 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
shlok-2003
- + + ben-dh3
ben-dh3
- - + codewithana @@ -409,13 +416,6 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
akashKumar06
- - - - Mystery-glitch -
- Mystery-glitch -
@@ -568,6 +568,13 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative pronajit + + + nk12nidhi12 +
+ nk12nidhi12 +
+ vaishnavisisodiya