diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-12 15:39:21 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-12 16:03:06 -0500 |
commit | f2763832931127fc24e7cb9f9cdd85e3cf706a5c (patch) | |
tree | d23050509231d1d9c6d1694b2755c93fdaf26a4e /include/text.h | |
parent | aa84a1d3a11c7cc6fd0e1021e1ed060e0c5683f2 (diff) | |
parent | 15ff7eb2f87032797f6ce9ef9bb471c468b48a36 (diff) |
Merge master into sync-script
Diffstat (limited to 'include/text.h')
-rw-r--r-- | include/text.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/text.h b/include/text.h index 578a0d735..e538123fd 100644 --- a/include/text.h +++ b/include/text.h @@ -250,12 +250,11 @@ u16 RenderText(struct TextPrinter *textPrinter); s32 GetStringWidthFixedWidthFont(const u8 *str, u8 fontId, u8 letterSpacing); s32 (*GetFontWidthFunc(u8 glyphId))(u16, bool32); s32 GetStringWidth(u8 fontId, const u8 *str, s16 letterSpacing); -u8 RenderTextFont9(u8 *pixels, u8 fontId, u8 *str); +u8 RenderTextFont9(u8 *pixels, u8 fontId, u8 *str, int a3, int a4, int a5, int a6, int a7); u8 DrawKeypadIcon(u8 windowId, u8 keypadIconId, u16 x, u16 y); u8 GetKeypadIconTileOffset(u8 keypadIconId); u8 GetKeypadIconWidth(u8 keypadIconId); u8 GetKeypadIconHeight(u8 keypadIconId); -void SetDefaultFontsPointer(void); u8 GetFontAttribute(u8 fontId, u8 attributeId); u8 GetMenuCursorDimensionByFont(u8 fontId, u8 whichDimension); void DecompressGlyphFont0(u16 glyphId, bool32 isJapanese); |