We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbdb373 commit ac700afCopy full SHA for ac700af
Fonts/Straight/straight.h
@@ -476,17 +476,18 @@ char **Z()
476
477
*/
478
479
- /*
480
char **n()
481
{
482
char **character = getCharGrid();
483
484
//Enter the character grid in ROWS X COLS
+ character[1][1]='_';
485
+ character[2][0]='|';
486
+ character[2][2]=')';
487
488
return character;
489
}
490
- */
491
492
/*
493
char **o()
0 commit comments