Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ load
Method
load
src/window/Window.cpp:64–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
63
64
std::shared_ptr<Font> Font::load(const std::string& filename) {
65
return APP->window->loadFont(filename);
66
}
67
68
69
Image::~Image() {
Callers
nothing calls this directly
Calls
2
loadFont
Method · 0.80
loadImage
Method · 0.80
Tested by
no test coverage detected