From ff7f7744b7a898f9b460f9e403b137c95947aba3 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 23 Mar 2021 09:17:23 -0400 Subject: gGlyphInfo to struct --- include/text.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/text.h') diff --git a/include/text.h b/include/text.h index 58690b6f9..92122dd77 100644 --- a/include/text.h +++ b/include/text.h @@ -168,6 +168,15 @@ enum FONTATTR_COLOR_SHADOW }; +struct GlyphInfo +{ + u8 pixels[0x80]; + u8 width; + u8 height; +}; + +extern struct GlyphInfo gGlyphInfo; + struct TextPrinterSubStruct { u8 glyphId:4; // 0x14 -- cgit v1.2.3