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

Method SetMessageBoxFont

Libraries/TabbingFramework/atlgdix.h:554–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552 Copy(&ncm.lfStatusFont);
553 }
554 void SetMessageBoxFont()
555 {
556 NONCLIENTMETRICS ncm = { 0 };
557 ncm.cbSize = sizeof(ncm);
558 ::SystemParametersInfo(SPI_GETNONCLIENTMETRICS, sizeof(ncm), &ncm, 0);
559 Copy(&ncm.lfMessageFont);
560 }
561 void Copy(const LOGFONT* lf)
562 {
563 ATLASSERT(lf);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected