summaryrefslogtreecommitdiff
path: root/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'font.h')
-rw-r--r--font.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/font.h b/font.h
index c1ae680..9ef7cfc 100644
--- a/font.h
+++ b/font.h
@@ -6,6 +6,9 @@
#define PSF_MAGIC_NUMBER 0x864ab572
#define PSF_FLAG_UNICODE 1
+/* TODO: It would be nice if this could be calculated while loading the font */
+#define UNICODE_TABLE_SIZE 1024
+
typedef struct {
uint32_t magic;
uint32_t version;