Searched refs:m_hFont2 (Results 1 – 2 of 2) sorted by relevance
473 if (m_hFont2) in ~UIComposition()475 ::DeleteObject(m_hFont2); in ~UIComposition()476 m_hFont2 = NULL; in ~UIComposition()689 if (m_hFont2) in UpdateFont()690 ::DeleteObject(m_hFont2); in UpdateFont()693 m_hFont2 = ::CreateFontIndirectW(&lf); in UpdateFont()
154 HFONT m_hFont2; variable