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

Method updateFont

outdated/win/Qt3/qt3_win.cpp:2002–2007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2000}
2001
2002void NetHackQtMessageWindow::updateFont()
2003{
2004 list->setFont(qt_settings->normalFont());
2005 if ( map )
2006 map->setFont(qt_settings->normalFont());
2007}
2008
2009void NetHackQtMessageWindow::Scroll(int dx, int dy)
2010{

Callers

nothing calls this directly

Calls 1

setFontMethod · 0.45

Tested by

no test coverage detected