We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2543174 commit 92858a5Copy full SHA for 92858a5
Fonts/drpepper/drpepper.h
@@ -351,16 +351,16 @@ class Drpepper : public Fonts
351
return character;
352
}
353
354
- /*
355
- vs e()
356
- {
357
- vs character = getCharGrid(rows,cols);
+ vs e()
+ {
+ vs character = getCharGrid(3, 6);
358
359
- //Enter the character grid in ROWS X COLS
+ character[0] = " ___ ";
+ character[1] = "/ ._>";
360
+ character[2] = "\\___.";
361
- return character;
362
- }
363
- */
+ return character;
+ }
364
365
vs f()
366
{
0 commit comments