Skip to content

Commit 6e2283a

Browse files
committed
Letter F added to starwar
1 parent 8af0b6e commit 6e2283a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Fonts/starwar/starwar.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ class Starwar : public Fonts
684684

685685
//Enter the character grid in ROWS X COLS
686686
character[0][2]=character[0][3]=character[0][4]=character[1][3]=character[4][3]=character[5][2]=character[5][3]=character[5][4]='_';
687-
character[1][1]=character[5][5]='//';
687+
character[1][1]=character[5][5]='/';
688688
character[1][5]=character[5][1]='\\';
689689
character[2][0]=character[3][0]=character[4][0]=character[2][6]=character[3][6]=character[4][6]=character[2][2]=character[3][2]=character[4][2]=character[2][4]=character[3][4]=character[4][4]='|';
690690

example.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ using namespace ascii;
66
int main()
77
{
88
Ascii a = Ascii(starwar);
9-
a.print("0");
9+
a.print("F");
1010
return 0;
1111
}

0 commit comments

Comments
 (0)