Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ getSDFEffect
Method
getSDFEffect
Source/Cache/FontCache.cpp:100–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
SpriteEffect* FontCache::getSDFEffect() const noexcept {
101
return _sdfEffect;
102
}
103
104
std::tuple<std::string, int, bool> FontCache::getArgsFromStr(String fontStr) {
105
auto tokens = fontStr.split(
";"
_slice);
Callers
1
Label
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected