MCPcopy Create free account
hub / github.com/TheOfficialFloW/VitaShell / loadSystemFonts

Function loadSystemFonts

init.c:247–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247vita2d_pgf *loadSystemFonts() {
248 vita2d_system_pgf_config configs[] = {
249 { SCE_FONT_LANGUAGE_KOREAN, isKoreanChar },
250 { SCE_FONT_LANGUAGE_LATIN, isLatinChar },
251 { SCE_FONT_LANGUAGE_DEFAULT, NULL },
252 };
253
254 return vita2d_load_system_pgf(3, configs);
255}
256
257static void initVita2dLib() {
258 vita2d_init();

Callers 1

loadThemeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected