Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
170
std::shared_ptr<Font> Window::loadFont(const std::string& filename) {
171
return std::make_shared<Font>();
172
}
173
174
175
std::shared_ptr<Image> Window::loadImage(const std::string& filename) {
Callers
4
load
Method · 0.45
load
Method · 0.45
drawLayer
Method · 0.45
drawLayer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected