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

Method updateFont

win/Qt/qt_msg.cpp:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void NetHackQtMessageWindow::updateFont()
56{
57 list->setFont(qt_settings->normalFont());
58 if ( map )
59 map->setFont(qt_settings->normalFont());
60}
61
62void NetHackQtMessageWindow::Scroll(int dx UNUSED, int dy UNUSED)
63{

Callers

nothing calls this directly

Calls 1

setFontMethod · 0.45

Tested by

no test coverage detected