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 b7259ee commit ed90994Copy full SHA for ed90994
src/carbon_drawcanvas_font.inl
@@ -20,6 +20,17 @@
20
*/
21
22
static char carbon_drawcanvas__font[][CARBON_DRAWCANVAS__FONT_HEIGHT][CARBON_DRAWCANVAS__FONT_WIDTH] = {
23
+ ['!'] = {
24
+ {0, 0, 1, 0, 0, 0},
25
26
27
28
29
+ {0, 0, 0, 0, 0, 0},
30
31
32
+ {0, 0, 0, 0, 0, 0}
33
+ },
34
['('] = {
35
{0, 0, 0, 1, 0, 0},
36
{0, 0, 1, 0, 0, 0},
0 commit comments