diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-16 15:14:57 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-16 15:14:57 -0400 |
commit | d0633593e8446d6985967d4859c5100067c7d779 (patch) | |
tree | 81f35bf23a9857209e7ab3bc3bb749fb3959309e /include/text.h | |
parent | 4f4b03af6077787ceef226d9085242966c69b6bd (diff) |
item_pc: through sub_810DBD0
Diffstat (limited to 'include/text.h')
-rw-r--r-- | include/text.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h index dc53b4845..2e6a8c837 100644 --- a/include/text.h +++ b/include/text.h @@ -91,6 +91,18 @@ #define TEXT_SPEED_FF 0xFF +enum +{ + FONTATTR_MAX_LETTER_WIDTH, + FONTATTR_MAX_LETTER_HEIGHT, + FONTATTR_LETTER_SPACING, + FONTATTR_LINE_SPACING, + FONTATTR_UNKNOWN, // dunno what this is yet + FONTATTR_COLOR_FOREGROUND, + FONTATTR_COLOR_BACKGROUND, + FONTATTR_COLOR_SHADOW +}; + struct TextPrinterSubStruct { u8 font_type:4; // 0x14 |