Skip to content

Commit 2f12bfa

Browse files
Merge branch 'main' into alucard017
2 parents a9b180c + fc89fd7 commit 2f12bfa

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

Fonts/Straight/straight.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -528,17 +528,18 @@ class Straight : public Fonts
528528
529529
*/
530530

531-
/*
531+
532532
char **t()
533533
{
534-
char **character = getCharGrid(ROWS,COLS);
534+
char **character = getCharGrid(3,3);
535535

536-
//Enter the character grid in ROWS X COLS
536+
character[1][0]=character[2][0]='|';
537+
character[1][1]=character[2][1]='_';
537538

538539
return character;
539540
}
540541

541-
*/
542+
542543

543544
char **u()
544545
{

example.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ using namespace ascii;
66
int main()
77
{
88
Ascii a = Ascii(carlos);
9-
Ascii b = Ascii(banner);
109
a.print("A0ZXSQ");
11-
b.print("BbCc");
1210
return 0;
1311
}

readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
117117
<sub><b>alucard017</b></sub>
118118
</a>
119119
</td>
120+
<td align="center">
121+
<a href="https://github.com/XARTAN21">
122+
<img src="https://avatars.githubusercontent.com/u/124522194?v=4" width="70;" alt="XARTAN21"/>
123+
<br />
124+
<sub><b>XARTAN21</b></sub>
125+
</a>
126+
</td>
120127
<td align="center">
121128
<a href="https://github.com/Harry121199">
122129
<img src="https://avatars.githubusercontent.com/u/117886160?v=4" width="70;" alt="Harry121199"/>
@@ -130,13 +137,6 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
130137
<br />
131138
<sub><b>komal7141</b></sub>
132139
</a>
133-
</td>
134-
<td align="center">
135-
<a href="https://github.com/XARTAN21">
136-
<img src="https://avatars.githubusercontent.com/u/124522194?v=4" width="70;" alt="XARTAN21"/>
137-
<br />
138-
<sub><b>XARTAN21</b></sub>
139-
</a>
140140
</td></tr>
141141
<tr>
142142
<td align="center">

0 commit comments

Comments
 (0)