Skip to content

Commit 0a90709

Browse files
authored
Updated 'F' character in straight.h
1 parent 9c119d9 commit 0a90709

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Fonts/Straight/straight.h

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,19 @@ class Straight : public Fonts
7272
}
7373
*/
7474

75-
/*
75+
7676
char **F()
7777
{
7878
char **character = getCharGrid();
7979

8080
//Enter the character grid in ROWS X COLS
81+
character[1][0]=character[2][0]='|';
82+
character[0][1]=character[0][2]=character [0][3]=character[1][1]=character[1][2]='_';
83+
character [][]=' ';
8184

8285
return character;
8386
}
84-
*/
87+
8588

8689
/*
8790
char **G()
@@ -741,4 +744,4 @@ class Straight : public Fonts
741744
742745
*/
743746
};
744-
#endif
747+
#endif

0 commit comments

Comments
 (0)