| 578 | const wchar_t* RegistryPath = L"Software\\Cobalt Fusion\\DebugView++"; |
| 579 | |
| 580 | int CMainFrame::LogFontSizeFromPointSize(int fontSize) |
| 581 | { |
| 582 | return -MulDiv(fontSize, GetDeviceCaps(GetDC(), LOGPIXELSY), 72); |
| 583 | } |
| 584 | |
| 585 | int CMainFrame::LogFontSizeToPointSize(int logFontSize) |
| 586 | { |
nothing calls this directly
no outgoing calls
no test coverage detected