MCPcopy Create free account
hub / github.com/NetHack/NetHack / setFont

Method setFont

win/Qt/qt_icon.cpp:135–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void NetHackQtLabelledIcon::setFont(const QFont& f)
136{
137 QWidget::setFont(f);
138 if (label) label->setFont(f);
139}
140
141// used to highlight status conditions going from Off (blank) to On as "Worse"
142void NetHackQtLabelledIcon::show()

Callers 11

setLabelMethod · 0.45
doUpdateMethod · 0.45
SetupTextmapFontMethod · 0.45
paintEventMethod · 0.45
NetHackQtMenuWindowMethod · 0.45
SetTwiAttrMethod · 0.45
DisplayMethod · 0.45
updateFontMethod · 0.45
PutStrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected