2017-10-13 14:47:26 +02:00
|
|
|
#ifndef GUARD_INTERNATIONAL_STRING_UTIL_H
|
|
|
|
#define GUARD_INTERNATIONAL_STRING_UTIL_H
|
|
|
|
|
|
|
|
void sub_81DB52C(const u8 *src);
|
2017-10-20 00:45:38 +02:00
|
|
|
void TVShowConvertInternationalString(u8 *dest, const u8 *src, u8 language);
|
|
|
|
u32 sub_81DB604(const u8 *);
|
2017-10-09 15:40:08 +02:00
|
|
|
s32 GetStringCenterAlignXOffset(s32 fontId, const u8 *str, s32 totalWidth);
|
|
|
|
s32 GetStringRightAlignXOffset(s32 fontId, const u8 *str, s32 totalWidth);
|
|
|
|
s32 GetStringCenterAlignXOffsetWithLetterSpacing(s32 fontId, const u8 *str, s32 totalWidth, s32 letterSpacing);
|
|
|
|
s32 GetStringWidthDifference(s32 fontId, const u8 *str, s32 totalWidth, s32 letterSpacing);
|
|
|
|
s32 GetMaxWidthInMenuTable(const u8 **str, s32 arg1);
|
|
|
|
s32 sub_81DB3D8(const u8 **str, u8* arg1, s32 arg2);
|
|
|
|
// sub_81DB41C
|
|
|
|
// sub_81DB468
|
|
|
|
// sub_81DB494
|
|
|
|
// sub_81DB4DC
|
|
|
|
// sub_81DB52C
|
|
|
|
// sub_81DB554
|
|
|
|
// sub_81DB5AC
|
2017-10-13 17:09:36 +02:00
|
|
|
u32 sub_81DB604(const u8 *);
|
2017-10-09 15:40:08 +02:00
|
|
|
// sub_81DB620
|
2017-10-13 14:47:26 +02:00
|
|
|
|
2017-10-09 15:40:08 +02:00
|
|
|
#endif // GUARD_INTERNATIONAL_STRING_UTIL_H
|