diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-23 09:17:23 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-23 09:17:23 -0400 |
commit | ff7f7744b7a898f9b460f9e403b137c95947aba3 (patch) | |
tree | fcc3bd722ccd495048a8f4f24a07b210696f52bc /include/text.h | |
parent | bccdee5299890111b1dc9fa10b0262d6f53d9ef5 (diff) |
gGlyphInfo to struct
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 |