From 7420e9327d961bf7ae7b30f035fde39b6c8d843f Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 10 Feb 2014 00:52:38 +0100 Subject: Moar related projects --- host/font.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'host/font.h') 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 -- cgit