MCPcopy 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
291void LoadFont(const QString& file_name)
292{
293 const int id = QFontDatabase::addApplicationFont(file_name);
294 assert(id != -1);
295}
296
297QString getDefaultDataDirectory()
298{

Callers 1

GuiMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected