From f6d56b4372d197591cefa0c158a773d623508489 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 25 Oct 2023 12:48:48 +0000
Subject: [PATCH 1/6] docs(contributor): contrib-readme-action has updated
readme
---
readme.md | 114 ++++++++++++++++++++++++++----------------------------
1 file changed, 54 insertions(+), 60 deletions(-)
diff --git a/readme.md b/readme.md
index f539519e..e4442f70 100644
--- a/readme.md
+++ b/readme.md
@@ -75,38 +75,10 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
@@ -246,6 +218,13 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
+
+
+
+
+ smedha99
+
+ |
@@ -280,15 +259,15 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
Stunner33
- |
+
+
mohdadil1
- |
-
+
@@ -296,13 +275,6 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
Anuj-cel
|
-
-
-
-
- smedha99
-
- |
@@ -525,6 +497,28 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
ahmad-kaif
|
+
+
+
+
+ akashKumar06
+
+ |
+
+
+
+
+ RITIK-DEVOLOPER
+
+ |
+
+
+
+
+ ankitkujur15
+
+ |
+
@@ -539,14 +533,20 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
Raghav354
|
+
+
+
+
+ pris01
+
+ |
42Abhishek
- |
-
+
@@ -560,7 +560,8 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
AryanBakliwal
- |
+
+
@@ -588,8 +589,7 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
rishavr920
- |
-
+
@@ -603,14 +603,8 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
jlewismith
- |
-
-
-
-
- pris01
-
- |
+
+
@@ -631,8 +625,7 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
Yordaniss
- |
-
+
@@ -653,7 +646,8 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
prateek00077
- |
+
+
@@ -674,8 +668,7 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
Sunilbehera672
- |
-
+
@@ -696,7 +689,8 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
abhishekyadav76
- |
+
+
From 4bd16434471a2dc1a52dd7625d846753d1627113 Mon Sep 17 00:00:00 2001
From: Gourab Bistu
Date: Wed, 25 Oct 2023 18:23:20 +0530
Subject: [PATCH 2/6] Adding Character I in font amongush
---
Fonts/amongus/amongus.h | 11 ++++++-----
example.cpp | 2 +-
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/Fonts/amongus/amongus.h b/Fonts/amongus/amongus.h
index 1b642467..28f52045 100644
--- a/Fonts/amongus/amongus.h
+++ b/Fonts/amongus/amongus.h
@@ -128,16 +128,17 @@ class Amongus : public Fonts
return character;
}
- /*
+
char **I()
{
- char **character = getCharGrid(ROWS,COLS);
-
- //Enter the character grid in ROWS X COLS
+ char **character = getCharGrid(4,6);
+ character[0][1] = character[0][2] = character[0][3] = character[0][4] = character[1][1] = character[1][4] = character[2][1] = character[2][4] = character[3][1] = character[3][2] = character[3][3] = character[3][4] = '_';
+ character[1][0] = character[3][0] = character[2][3] = '(';
+ character[1][5] = character[3][5] = character[2][2] = ')';
return character;
}
- */
+
char **J()
{
diff --git a/example.cpp b/example.cpp
index 3fefa26d..a425d56f 100644
--- a/example.cpp
+++ b/example.cpp
@@ -6,6 +6,6 @@ using namespace ascii;
int main()
{
Ascii a = Ascii(amongus);
- a.print("H");
+ a.print("I");
return 0;
}
From 12f74b56d7da7e3a6e084bed43288247f4c382a9 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 25 Oct 2023 12:53:44 +0000
Subject: [PATCH 3/6] docs(contributor): contrib-readme-action has updated
readme
---
readme.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/readme.md b/readme.md
index e4442f70..34f84e46 100644
--- a/readme.md
+++ b/readme.md
@@ -268,6 +268,13 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
mohdadil1
|
+
+
+
+
+ Gourab-Bistu
+
+ |
@@ -282,13 +289,6 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
im0vishal
|
-
-
-
-
- Gourab-Bistu
-
- |
From 14849309c2c69f29bfbfb1736886c0e49a12dfce Mon Sep 17 00:00:00 2001
From: Gourab Bistu
Date: Wed, 25 Oct 2023 18:32:31 +0530
Subject: [PATCH 4/6] Adding character 1 in font amongus
---
Fonts/amongus/amongus.h | 12 +++++++-----
example.cpp | 2 +-
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/Fonts/amongus/amongus.h b/Fonts/amongus/amongus.h
index 28f52045..74e5b533 100644
--- a/Fonts/amongus/amongus.h
+++ b/Fonts/amongus/amongus.h
@@ -694,17 +694,19 @@ class Amongus : public Fonts
return character;
}
- /*
+
char **one()
{
- char **character = getCharGrid(ROWS,COLS);
-
- //Enter the character grid in ROWS X COLS
+ char **character = getCharGrid(4,4);
+ character[0][1]=character[0][2]=character[3][1]=character[3][2] = '_';
+ character[1][0]='/';
+ character[1][3]= character[2][1]=character[3][3] = ')';
+ character[2][2]=character[3][0] = '(';
return character;
}
- */
+
/*
char **two()
diff --git a/example.cpp b/example.cpp
index a425d56f..39c1ee25 100644
--- a/example.cpp
+++ b/example.cpp
@@ -6,6 +6,6 @@ using namespace ascii;
int main()
{
Ascii a = Ascii(amongus);
- a.print("I");
+ a.print("1");
return 0;
}
From 5ebd5e397a40272eac671b4eab972467d5525994 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 25 Oct 2023 13:03:17 +0000
Subject: [PATCH 5/6] docs(contributor): contrib-readme-action has updated
readme
---
readme.md | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/readme.md b/readme.md
index 34f84e46..1508c859 100644
--- a/readme.md
+++ b/readme.md
@@ -182,6 +182,13 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
PRIYANSHU210021
|
+
+
+
+
+ Gourab-Bistu
+
+ |
@@ -209,15 +216,15 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
sakshidewangan
- |
+
+
Bhargava-1103
- |
-
+
@@ -252,15 +259,15 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
Sukriti-Rai
- |
+
+
Stunner33
- |
-
+
@@ -268,13 +275,6 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
mohdadil1
|
-
-
-
-
- Gourab-Bistu
-
- |
From f60fe0f39ecb42660957959bcd6595e0017d7a67 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 25 Oct 2023 16:14:13 +0000
Subject: [PATCH 6/6] docs(contributor): contrib-readme-action has updated
readme
---
readme.md | 624 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 622 insertions(+), 2 deletions(-)
diff --git a/readme.md b/readme.md
index 3c22ab78..03619231 100644
--- a/readme.md
+++ b/readme.md
@@ -72,13 +72,633 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
### Collaborators
-
+
### Contributors
-
+
## Show your support
|