Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ LoadFont
Function
LoadFont
src/qt/guiutil.cpp:292–296 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
290
}
291
292
void LoadFont(const QString& file_name)
293
{
294
const int id = QFontDatabase::addApplicationFont(file_name);
295
assert(id != -1);
296
}
297
298
QString getDefaultDataDirectory()
299
{
Callers
1
GuiMain
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected