MCPcopy Create free account
hub / github.com/ElementsProject/elements / fixedPitchFont

Function fixedPitchFont

src/qt/guiutil.cpp:96–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96QFont fixedPitchFont(bool use_embedded_font)
97{
98 if (use_embedded_font) {
99 return {"Roboto Mono"};
100 }
101 return QFontDatabase::systemFont(QFontDatabase::FixedFont);
102}
103
104// Generate a dummy address with invalid CRC, starting with the network prefix.
105static std::string DummyAddress(const CChainParams &params)

Callers 8

SendCoinsEntryMethod · 0.85
OptionsDialogMethod · 0.85
clearMethod · 0.85
setQRMethod · 0.85
setupAddressWidgetFunction · 0.85
dataMethod · 0.85
setMonospacedFontMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected