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