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