diff options
Diffstat (limited to 'include/text.h')
-rw-r--r-- | include/text.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 |