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 a5165e5 + cce14f2 commit 12bb699Copy full SHA for 12bb699
Fonts/Straight/straight.h
@@ -237,16 +237,19 @@ class Straight : public Fonts
237
return character;
238
}
239
240
- /*
+
241
char **U()
242
{
243
char **character = getCharGrid();
244
245
//Enter the character grid in ROWS X COLS
246
+ character[1][0] = character[2][3] = '/';
247
+ character[1][3] = character[2][0] = '\\';
248
+ character[2][1] = character[2][2] = '_';
249
250
251
- */
252
253
254
char **V()
255
0 commit comments