Add auto line break, font size selection. Fix voicecheck in gallery. Adjust text box size

This commit is contained in:
2022-11-26 17:01:26 -05:00
parent d98093fc06
commit e58f2a5d8a
18 changed files with 446 additions and 342 deletions
@@ -11,8 +11,13 @@ namespace Qoo.Def
return FontDef.FontInfo[(int)eSize];
}
// Token: 0x040004D7 RID: 1239
public const bool KERNING_MODE = true;
public static void SetFontInfo(FONTINFO[] newFontInfo)
{
FontDef.FontInfo = newFontInfo;
}
// Token: 0x040004D7 RID: 1239
public const bool KERNING_MODE = true;
// Token: 0x040004D8 RID: 1240
public const int FONT_SMALL_FONT = 22;