File fonts.patch of Package krkrsdl2
--- src/core/sdl2/SDLApplication.cpp.orig 2024-01-07 09:24:37.290169180 +0800
+++ src/core/sdl2/SDLApplication.cpp 2024-01-07 09:28:49.543314448 +0800
@@ -3118,7 +3118,7 @@
{
if (!TVPGetCommandLine(TJS_W("-deffont"), nullptr))
{
- TVPSetCommandLine(TJS_W("-deffont"), TJS_W("Noto Sans CJK JP"));
+ TVPSetCommandLine(TJS_W("-deffont"), TJS_W("Sans"));
}
static tjs_int ArgumentGeneration = 0;
if (ArgumentGeneration != TVPGetCommandLineArgumentGeneration())