Add auto line break, font size selection. Fix voicecheck in gallery. Adjust text box size
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user