| 583 | } |
| 584 | |
| 585 | int CMainFrame::LogFontSizeToPointSize(int logFontSize) |
| 586 | { |
| 587 | return -MulDiv(logFontSize, 72, GetDeviceCaps(GetDC(), LOGPIXELSY)); |
| 588 | } |
| 589 | |
| 590 | bool CMainFrame::LoadSettings() |
| 591 | { |
nothing calls this directly
no outgoing calls
no test coverage detected