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 192d77a + 4c6bd30 commit 924e528Copy full SHA for 924e528
Fonts/Straight/straight.h
@@ -648,18 +648,17 @@ char **Z()
648
649
*/
650
651
- /*
652
- char **one()
+ char **one()
653
{
654
char **character = getCharGrid();
655
656
//Enter the character grid in ROWS X COLS
+ character[1][2] = '/';
657
+ character[1][3] = character[2][3] = '|';
658
659
return character;
660
}
661
- */
662
-
663
/*
664
char **two()
665
0 commit comments