Attempt to decompile textMeasure

This commit is contained in:
Ryan Dwyer
2021-01-22 20:15:27 +10:00
parent 8b597fa38a
commit ff54358d39
3 changed files with 96 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ Gfx *func0f1566cc(Gfx *gdl, u32 arg1, u32 arg2);
u32 func0f156790(void);
u32 func0f156a24(void);
Gfx *textRender(Gfx *gdl, s32 *x, s32 *y, char *text, struct font2a4 *font1, struct font *font2, u32 arg6, u32 colour, s16 arg8, s16 arg9, u32 arg10, u32 arg11);
void textMeasure(s32 *textheight, s32 *textwidth, char *text, struct font2a4 *font1, struct font *font2, u32 arg5);
void textMeasure(s32 *textheight, s32 *textwidth, char *text, struct font2a4 *font1, struct font *font2, s32 lineheight);
void textWrap(s32 width, char *in, char *out, struct font2a4 *font1, struct font *font2);
u32 func0f1577f0(void);
u32 func0f1578c8(void);
+1 -1
View File
@@ -6906,7 +6906,7 @@ struct escastepkeyframe {
struct font2a4 {
u8 index;
u8 baseline;
s8 baseline;
u8 height;
u8 width;
u32 unk04;