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.
2 parents 502d7f0 + ac700af commit 0a7a435Copy full SHA for 0a7a435
Fonts/Straight/straight.h
@@ -479,17 +479,18 @@ char **Z()
479
480
*/
481
482
- /*
483
char **n()
484
{
485
char **character = getCharGrid();
486
487
//Enter the character grid in ROWS X COLS
+ character[1][1]='_';
488
+ character[2][0]='|';
489
+ character[2][2]=')';
490
491
return character;
492
}
493
- */
494
495
/*
496
char **o()
0 commit comments