MCPcopy 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
61std::shared_ptr<Font> Font::load(const std::string& filename) {
62 return APP->window->loadFont(filename);
63}
64
65
66void Image::loadFile(const std::string& filename, NVGcontext* vg) {

Callers

nothing calls this directly

Calls 2

loadFontMethod · 0.45
loadImageMethod · 0.45

Tested by

no test coverage detected