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

Method LogFontSizeToPointSize

DebugView++/MainFrame.cpp:585–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583}
584
585int CMainFrame::LogFontSizeToPointSize(int logFontSize)
586{
587 return -MulDiv(logFontSize, 72, GetDeviceCaps(GetDC(), LOGPIXELSY));
588}
589
590bool CMainFrame::LoadSettings()
591{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected