MCPcopy 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
100SpriteEffect* FontCache::getSDFEffect() const noexcept {
101 return _sdfEffect;
102}
103
104std::tuple<std::string, int, bool> FontCache::getArgsFromStr(String fontStr) {
105 auto tokens = fontStr.split(";"_slice);

Callers 1

LabelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected