From 37982193ca02299dc9937e6c84b6f7530e7244b3 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 20 Oct 2023 23:34:08 +0000
Subject: [PATCH 1/4] docs(contributor): contrib-readme-action has updated
readme
---
readme.md | 93 +++++++++++++++++++++----------------------------------
1 file changed, 36 insertions(+), 57 deletions(-)
diff --git a/readme.md b/readme.md
index 18c1d19c..5f37e2c9 100644
--- a/readme.md
+++ b/readme.md
@@ -74,34 +74,6 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
-
-
-
-
- codewithnick
-
- |
-
-
-
-
- AnshumanMahato
-
- |
-
-
-
-
- vkumar8192449
-
- |
-
-
-
-
- vishu567
-
- |
@@ -195,6 +167,13 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
Stunner33
|
+
+
+
+
+ s-xiae
+
+ |
@@ -208,15 +187,15 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
P00P-head
- |
+
+
itsAbhishekpatel01
- |
-
+
@@ -258,15 +237,15 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
PranjalKhatri
- |
+
+
im0vishal
- |
-
+
@@ -281,6 +260,13 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
shlok-2003
|
+
+
+
+
+ ben-dh3
+
+ |
@@ -301,22 +287,15 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
miragearush
- |
-
-
-
-
- s-xiae
-
- |
+
+
som02esh
- |
-
+
@@ -338,6 +317,13 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
gourshabrg
|
+
+
+
+
+ Anshun352
+
+ |
@@ -351,7 +337,8 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
ahmad-kaif
- |
+
+
@@ -365,8 +352,7 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
AmitRajput1772
- |
-
+
@@ -388,13 +374,6 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
abhay5624
|
-
-
-
-
- Anshun352
-
- |
@@ -408,15 +387,15 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
Divyanshu723
- |
+
+
hellomohit722
- |
-
+
From 29a13c6ad7fff1b81f49bd7c03659f23c902128c Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 21 Oct 2023 00:25:12 +0000
Subject: [PATCH 2/4] docs(contributor): contrib-readme-action has updated
readme
---
readme.md | 53 +++++++++++++++++++++++------------------------------
1 file changed, 23 insertions(+), 30 deletions(-)
diff --git a/readme.md b/readme.md
index 5f37e2c9..65ad134b 100644
--- a/readme.md
+++ b/readme.md
@@ -174,21 +174,28 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
s-xiae
|
+
+
+
+
+ vishalmishraa
+
+ |
vishallmaurya
- |
+
+
P00P-head
- |
-
+
@@ -196,13 +203,6 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
itsAbhishekpatel01
|
-
-
-
-
- vishalmishraa
-
- |
@@ -246,6 +246,13 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
im0vishal
|
+
+
+
+
+ Anshun352
+
+ |
@@ -274,13 +281,6 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
codewithana
|
-
-
-
-
- gaurav12devloper
-
- |
@@ -317,13 +317,6 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
gourshabrg
|
-
-
-
-
- Anshun352
-
- |
@@ -337,15 +330,15 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
ahmad-kaif
- |
-
+
Raghav354
- |
+
+
@@ -387,15 +380,15 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
Divyanshu723
- |
-
+
hellomohit722
- |
+
+
From 09831bcac54f23b4931f92c01112588939d4a4ec Mon Sep 17 00:00:00 2001
From: sachinkumar911
Date: Sat, 21 Oct 2023 05:59:19 +0530
Subject: [PATCH 3/4] adding 9 in carlos
---
Fonts/carlos/carlos.h | 22 ++++++++++++++++++----
1 file changed, 18 insertions(+), 4 deletions(-)
diff --git a/Fonts/carlos/carlos.h b/Fonts/carlos/carlos.h
index a4f65654..98ffeb76 100644
--- a/Fonts/carlos/carlos.h
+++ b/Fonts/carlos/carlos.h
@@ -1013,17 +1013,31 @@ class Carlos : public Fonts
*/
- /*
+
char **nine()
{
- char **character = getCharGrid(ROWS,COLS);
+ char **character = getCharGrid(7, 11);
+
+ character[0][2]= '_'; character[0][3]= '_';
+ character[0][4]= '_'; character[0][5]= '_'; character[0][6]= '_';
+ character[1][1]= '/'; character[1][3]= '_';
+ character[1][4]= '_'; character[1][7]= '\\';
+
+ character[2][0]= '('; character[2][2]= '(';
+ character[2][3]= '_'; character[2][4]= '_'; character[2][5]= ')'; character[2][8]= '\\';
+
+ character[3][1]= '\\';
+ character[3][2]= '_'; character[3][3]= '_'; character[3][4]= '_'; character[3][5]= '_'; character[3][6]= '_'; character[3][9]= ')';
+ character[4][7]= ')'; character[4][9]= ')';
+ character[5][2]= '_'; character[5][3]= '_'; character[5][4]= '_'; character[5][5]= '_'; character[5][6]= '/'; character[5][8]= '/';
+ character[6][1]= '('; character[6][2]= '_'; character[6][3]= '_'; character[6][4]= '_'; character[6][5]= '_'; character[6][6]= '_'; character[6][7]= '/';
+
- //Enter the character grid in ROWS X COL
return character;
}
- */
+
// for space
char **space()
From 7ca9dbe16d3868f660393d2bafbe0bd16ee25fd2 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 21 Oct 2023 00:29:49 +0000
Subject: [PATCH 4/4] docs(contributor): contrib-readme-action has updated
readme
---
readme.md | 53 ++++++++++++++++++++++++++++++-----------------------
1 file changed, 30 insertions(+), 23 deletions(-)
diff --git a/readme.md b/readme.md
index 65ad134b..5f37e2c9 100644
--- a/readme.md
+++ b/readme.md
@@ -174,28 +174,21 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
s-xiae
|
-
-
-
-
- vishalmishraa
-
- |
vishallmaurya
- |
-
+
P00P-head
- |
+
+
@@ -203,6 +196,13 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
itsAbhishekpatel01
|
+
+
+
+
+ vishalmishraa
+
+ |
@@ -246,13 +246,6 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
im0vishal
|
-
-
-
-
- Anshun352
-
- |
@@ -281,6 +274,13 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
codewithana
|
+
+
+
+
+ gaurav12devloper
+
+ |
@@ -317,6 +317,13 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
gourshabrg
|
+
+
+
+
+ Anshun352
+
+ |
@@ -330,15 +337,15 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
ahmad-kaif
- |
+
+
Raghav354
- |
-
+
@@ -380,15 +387,15 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
Divyanshu723
- |
+
+
hellomohit722
- |
-
+
|