Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
void NetHackQtMessageWindow::updateFont()
56
{
57
list->setFont(qt_settings->normalFont());
58
if ( map )
59
map->setFont(qt_settings->normalFont());
60
}
61
62
void NetHackQtMessageWindow::Scroll(int dx UNUSED, int dy UNUSED)
63
{
Callers
nothing calls this directly
Calls
1
setFont
Method · 0.45
Tested by
no test coverage detected