Skip to content

Commit ae5e06c

Browse files
author
Amit Kumar
committed
code for w of straight font added
1 parent 4343cfd commit ae5e06c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Fonts/Straight/straight.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,17 +569,19 @@ class Straight : public Fonts
569569

570570

571571

572-
/*
573572
char **w()
574573
{
575574
char **character = getCharGrid();
576575

577576
//Enter the character grid in ROWS X COLS
577+
character[2][0]= '\\';
578+
character[2][1]= ')';
579+
character[2][2]= '/';
580+
578581

579582
return character;
580583
}
581584

582-
*/
583585

584586
char **x()
585587
{

0 commit comments

Comments
 (0)