Skip to content

Commit e0b5ec4

Browse files
Merge pull request #357 from XARTAN21/main
Added p character in straight font
2 parents a59afff + d0cc7aa commit e0b5ec4

File tree

3 files changed

+19
-46
lines changed

3 files changed

+19
-46
lines changed

Fonts/Straight/straight.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -507,17 +507,18 @@ char **Z()
507507
508508
*/
509509

510-
/*
510+
511511
char **p()
512512
{
513513
char **character = getCharGrid();
514514

515-
//Enter the character grid in ROWS X COLS
516-
515+
character[1][0]=character[2][0]='|';
516+
character[0][1]=character[1][1]='_';
517+
character[1][2]=')';
517518
return character;
518519
}
519520

520-
*/
521+
521522

522523
/*
523524
char **q()

example.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using namespace ascii;
55

66
int main()
77
{
8-
Ascii a = Ascii(starwar);
9-
a.print("2");
8+
Ascii a = Ascii(straight);
9+
a.print("p");
1010
return 0;
1111
}

readme.md

Lines changed: 12 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -75,38 +75,10 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
7575
<table>
7676
<tr>
7777
<td align="center">
78-
<a href="https://github.com/codewithnick">
79-
<img src="https://avatars.githubusercontent.com/u/53932029?v=4" width="70;" alt="codewithnick"/>
80-
<br />
81-
<sub><b>Nikhil Singh</b></sub>
82-
</a>
83-
</td>
84-
<td align="center">
85-
<a href="https://github.com/AnshumanMahato">
86-
<img src="https://avatars.githubusercontent.com/u/58422570?v=4" width="70;" alt="AnshumanMahato"/>
87-
<br />
88-
<sub><b>Anshuman Mahato</b></sub>
89-
</a>
90-
</td>
91-
<td align="center">
92-
<a href="https://github.com/vkumar8192449">
93-
<img src="https://avatars.githubusercontent.com/u/64706066?v=4" width="70;" alt="vkumar8192449"/>
94-
<br />
95-
<sub><b>Vinay Kumar</b></sub>
96-
</a>
97-
</td>
98-
<td align="center">
99-
<a href="https://github.com/vishu567">
100-
<img src="https://avatars.githubusercontent.com/u/112263798?v=4" width="70;" alt="vishu567"/>
101-
<br />
102-
<sub><b>Vishal.</b></sub>
103-
</a>
104-
</td>
105-
<td align="center">
106-
<a href="https://github.com/sachinkumar911">
107-
<img src="https://avatars.githubusercontent.com/u/115224664?v=4" width="70;" alt="sachinkumar911"/>
78+
<a href="https://github.com/XARTAN21">
79+
<img src="https://avatars.githubusercontent.com/u/124522194?v=4" width="70;" alt="XARTAN21"/>
10880
<br />
109-
<sub><b>Sachin Kumar</b></sub>
81+
<sub><b>Ayush Deshmukh</b></sub>
11082
</a>
11183
</td></tr>
11284
</table>
@@ -153,25 +125,25 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
153125
</a>
154126
</td>
155127
<td align="center">
156-
<a href="https://github.com/AlexWeb07">
157-
<img src="https://avatars.githubusercontent.com/u/93365089?v=4" width="70;" alt="AlexWeb07"/>
128+
<a href="https://github.com/XARTAN21">
129+
<img src="https://avatars.githubusercontent.com/u/124522194?v=4" width="70;" alt="XARTAN21"/>
158130
<br />
159-
<sub><b>Null</b></sub>
131+
<sub><b>Ayush Deshmukh</b></sub>
160132
</a>
161133
</td></tr>
162134
<tr>
163135
<td align="center">
164-
<a href="https://github.com/gulshankapse">
165-
<img src="https://avatars.githubusercontent.com/u/144792381?v=4" width="70;" alt="gulshankapse"/>
136+
<a href="https://github.com/AlexWeb07">
137+
<img src="https://avatars.githubusercontent.com/u/93365089?v=4" width="70;" alt="AlexWeb07"/>
166138
<br />
167-
<sub><b>Gulshan</b></sub>
139+
<sub><b>Null</b></sub>
168140
</a>
169141
</td>
170142
<td align="center">
171-
<a href="https://github.com/XARTAN21">
172-
<img src="https://avatars.githubusercontent.com/u/124522194?v=4" width="70;" alt="XARTAN21"/>
143+
<a href="https://github.com/gulshankapse">
144+
<img src="https://avatars.githubusercontent.com/u/144792381?v=4" width="70;" alt="gulshankapse"/>
173145
<br />
174-
<sub><b>Ayush Deshmukh</b></sub>
146+
<sub><b>Gulshan</b></sub>
175147
</a>
176148
</td>
177149
<td align="center">

0 commit comments

Comments
 (0)