aboutsummaryrefslogtreecommitdiff
path: root/host/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/font.h')
-rw-r--r--host/font.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/host/font.h b/host/font.h
index 72e536b..4a7fe63 100644
--- a/host/font.h
+++ b/host/font.h
@@ -14,6 +14,11 @@ typedef struct {
int8_t y;
} glyph_t;
+typedef struct {
+ glyph_t *t;
+ size_t size;
+} glyphtable_t;
+
// Size of Unicode's basic multilingual plane
#define BLP_SIZE 65536