aboutsummaryrefslogtreecommitdiffstats
path: root/src/small-font.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-05-19 12:22:42 +0200
committerBad Diode <bd@badd10de.dev>2021-05-19 12:22:42 +0200
commitfd5dede600bcaf8d5c16963544512b2e0ba68586 (patch)
treedfcf87c67ec114e34a92e07b7545afcf75ee4d2d /src/small-font.c
parent9873680f9d24e30afc1962987fac2c3ad1612f7b (diff)
downloaduxngba-fd5dede600bcaf8d5c16963544512b2e0ba68586.tar.gz
uxngba-fd5dede600bcaf8d5c16963544512b2e0ba68586.zip
Test automata drawing
Diffstat (limited to 'src/small-font.c')
-rw-r--r--src/small-font.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/small-font.c b/src/small-font.c
index 2f232dd..e5adb35 100644
--- a/src/small-font.c
+++ b/src/small-font.c
@@ -1,3 +1,14 @@
1/*
2Copyright (c) 2021 Bad Diode
3
4Permission to use, copy, modify, and distribute this software for any
5purpose with or without fee is hereby granted, provided that the above
6copyright notice and this permission notice appear in all copies.
7
8THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9WITH REGARD TO THIS SOFTWARE.
10*/
11
1u32 small_font[] = { 12u32 small_font[] = {
2 0x00000000, 0x00000000, 0x00020202, 0x00020000, 13 0x00000000, 0x00000000, 0x00020202, 0x00020000,
3 0x000a0a00, 0x00000000, 0x000a1f0a, 0x1f0a0000, 14 0x000a0a00, 0x00000000, 0x000a1f0a, 0x1f0a0000,