Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClassiCube/ClassiCube
/ SysFonts_SaveCache
Function
SysFonts_SaveCache
src/SystemFonts.c:584–586 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
582
}
583
584
void SysFonts_SaveCache(void) {
585
EntryList_Save(&font_list, FONT_CACHE_FILE);
586
}
587
588
589
/* Some language-specific fonts don't support English letters */
Callers
2
FontListScreen_UploadCallback
Function · 0.85
SysFonts_LoadPlatform
Function · 0.85
Calls
1
EntryList_Save
Function · 0.85
Tested by
no test coverage detected