MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / loadFont

Method loadFont

src/custom/RemoteWindow.cpp:170–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168
169
170std::shared_ptr<Font> Window::loadFont(const std::string& filename) {
171 return std::make_shared<Font>();
172}
173
174
175std::shared_ptr<Image> Window::loadImage(const std::string& filename) {

Callers 4

loadMethod · 0.45
loadMethod · 0.45
drawLayerMethod · 0.45
drawLayerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected