MCPcopy Create free account
hub / github.com/ColorCop/ColorCop / ReconstructFont

Method ReconstructFont

ColorCop/Label.cpp:120–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void CLabel::ReconstructFont() {
121 m_font.DeleteObject();
122 BOOL bCreated = m_font.CreateFontIndirect(&m_lf);
123
124 ASSERT(bCreated);
125}
126
127void CLabel::OnTimer(UINT nIDEvent) {
128 m_bState = !m_bState;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected