MCPcopy 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
64std::shared_ptr<Font> Font::load(const std::string& filename) {
65 return APP->window->loadFont(filename);
66}
67
68
69Image::~Image() {

Callers

nothing calls this directly

Calls 2

loadFontMethod · 0.80
loadImageMethod · 0.80

Tested by

no test coverage detected