diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-09-05 08:52:18 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-09-05 08:52:18 -0400 |
commit | 66f4bf3667e407edfac6754a81bf48faffc0802e (patch) | |
tree | c19894339e6ebb8438d4b02de6ab22df442bdce0 /include/unk_02021590.h | |
parent | 9aaac32d700191262926a9495a2e5927cdb9e1bd (diff) |
Reorganize font and string related code
Diffstat (limited to 'include/unk_02021590.h')
-rw-r--r-- | include/unk_02021590.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/unk_02021590.h b/include/unk_02021590.h index 6ed73bb8..8c815992 100644 --- a/include/unk_02021590.h +++ b/include/unk_02021590.h @@ -48,5 +48,7 @@ void DecompressGlyphTiles_LazyFromNarc(struct FontData * ptr, u16 param1, struct u32 GetStringWidth(struct FontData * ptr, const u16 * str, u32 letterSpacing);
int GetGlyphWidth_VariableWidth(struct FontData * ptr, int a1);
int GetGlyphWidth_FixedWidth(struct FontData * ptr, int a1);
+s32 GetStringWidthMultiline(struct FontData * r7, const u16 * arr, u32 r6);
+s32 StringGetWidth_SingleLine_HandleClearToControlCode(struct FontData * r6, const u16 * arr);
#endif //POKEDIAMOND_UNK_02021590_H
|