mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-02 08:22:08 -04:00
Attempt to decompile textMeasure
This commit is contained in:
@@ -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
@@ -6906,7 +6906,7 @@ struct escastepkeyframe {
|
||||
|
||||
struct font2a4 {
|
||||
u8 index;
|
||||
u8 baseline;
|
||||
s8 baseline;
|
||||
u8 height;
|
||||
u8 width;
|
||||
u32 unk04;
|
||||
|
||||
Reference in New Issue
Block a user