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

Callers 1

GuiMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected