MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / clear_cache

Method clear_cache

modules/gui/gui/src/backend/text_server/font.cpp:1920–1925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1918}
1919
1920void FontFile::clear_cache()
1921{
1922 _clear_cache();
1923 cache.clear();
1924 emit_changed();
1925}
1926
1927void FontFile::remove_cache(int p_cache_index)
1928{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected