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

Method _update_rids

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

Source from the content-addressed store, hash-verified

61}
62
63void Font::_update_rids() const
64{
65 rids.clear();
66 _update_rids_fb(const_cast<Font*>(this), 0);
67 dirty_rids = false;
68}
69
70void Font::_invalidate_rids()
71{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected