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 4343cfd commit ae5e06cCopy full SHA for ae5e06c
Fonts/Straight/straight.h
@@ -569,17 +569,19 @@ class Straight : public Fonts
569
570
571
572
- /*
573
char **w()
574
{
575
char **character = getCharGrid();
576
577
//Enter the character grid in ROWS X COLS
+ character[2][0]= '\\';
578
+ character[2][1]= ')';
579
+ character[2][2]= '/';
580
+
581
582
return character;
583
}
584
- */
585
586
char **x()
587
0 commit comments