MCPcopy 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
584void 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

SysFonts_LoadPlatformFunction · 0.85

Calls 1

EntryList_SaveFunction · 0.85

Tested by

no test coverage detected