MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / OnViewFont

Method OnViewFont

DebugView++/MainFrame.cpp:1315–1323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1313}
1314
1315void CMainFrame::OnViewFont(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1316{
1317 CFontDialog dlg(&m_logfont, CF_SCREENFONTS);
1318 if (dlg.DoModal(*this) == IDOK)
1319 {
1320 m_logfont = dlg.m_lf;
1321 SetLogFont();
1322 }
1323}
1324
1325void CMainFrame::SetLogFont()
1326{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected