Skip to content

Commit 0a7a435

Browse files
Merge pull request #327 from amitkr7893/adding_n
Adding n of straight font
2 parents 502d7f0 + ac700af commit 0a7a435

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Fonts/Straight/straight.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,17 +479,18 @@ char **Z()
479479
480480
*/
481481

482-
/*
483482
char **n()
484483
{
485484
char **character = getCharGrid();
486485

487486
//Enter the character grid in ROWS X COLS
487+
character[1][1]='_';
488+
character[2][0]='|';
489+
character[2][2]=')';
488490

489491
return character;
490492
}
491493

492-
*/
493494

494495
/*
495496
char **o()

0 commit comments

Comments
 (0)