Nathan S.
Nathan S.
Thanks for the PR! The mechanism of font loading has been changed in the yoga rework. The rule of thumb is: I don't want to see any `#ifdef __SWITCH__` in...
I just pushed something that abstracts out the system locale - you can use `Application::getLocale()` to get the current locale as string, and then compare it with the LOCALE constants...
Did I forget to do Korean fallback? My bad then Then I would only load Korean or Chinese in the font loaders IF the language is set to Korean or...
You should not consider the Chinese and Korean fonts as Switch exclusive fonts. They are Borealis fonts, of which the Switch provides one implementation (the shared fonts). PC (glfw) could...
Oh so what you are saying is that the Chinese system uses a different latin font AND a Chinese font on top of that? So for English we need the...
Okay, I see. So what prevents you from implementing exactly that, while keeping the current design? Is it code legibility?
I checked the new code, and the logic you implemented seems correct to me, and the approach is right too. However is there a need to load all 4 Chinese...
> Since it checks for title takeover, I think it is acceptable though? Just because RAM is available doesn't mean we can waste it indeed. I would rather use as...
What is blocking you? The wiki says how to use the function, I can assist if you want
Alright I'll have a look at it. I have to warn you that the license of the library has been changed from GPLv3 to Apache 2.0, if you don't agree...