update submodule, update font

This commit is contained in:
chinosk
2024-06-05 18:18:53 +08:00
parent 6a7717a45e
commit d7ff38b3f0
4 changed files with 8 additions and 4 deletions

View File

@@ -303,7 +303,7 @@ namespace GakumasLocal::HookMain {
const auto newFont = Font_klass->New<void*>();
Font_ctor->Invoke<void>(newFont);
static std::string fontName = Local::GetBasePath() / "local-files" / "MO-UDShinGo-SC-Gb4-M.otf";
static std::string fontName = Local::GetBasePath() / "local-files" / "gkamsZHFontMIX.otf";
CreateFontFromPath(newFont, Il2cppString::New(fontName));
fontCache = newFont;
return newFont;