aboutsummaryrefslogtreecommitdiff
path: root/host/font.h
diff options
context:
space:
mode:
authorjaseg <jaseg@jaseg.net>2014-02-10 00:52:38 +0100
committerjaseg <jaseg@jaseg.net>2014-02-10 00:52:38 +0100
commit7420e9327d961bf7ae7b30f035fde39b6c8d843f (patch)
treea3c5cd9854f54ab67b314169fd5028fc2a54be5a /host/font.h
parentd3a128e109fb16bdb6deb932d7f3a20a911d5188 (diff)
downloadmatelight-7420e9327d961bf7ae7b30f035fde39b6c8d843f.tar.gz
matelight-7420e9327d961bf7ae7b30f035fde39b6c8d843f.tar.bz2
matelight-7420e9327d961bf7ae7b30f035fde39b6c8d843f.zip
Moar related projects
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