Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ load
Method
load
src/custom/RemoteWindow.cpp:61–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
60
61
std::shared_ptr<Font> Font::load(const std::string& filename) {
62
return APP->window->loadFont(filename);
63
}
64
65
66
void Image::loadFile(const std::string& filename, NVGcontext* vg) {
Callers
nothing calls this directly
Calls
2
loadFont
Method · 0.45
loadImage
Method · 0.45
Tested by
no test coverage detected