Home
last modified time | relevance | path

Searched refs:m_hFont2 (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/ime/msctfime/
H A Dui.cpp473 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()
H A Dui.h154 HFONT m_hFont2; variable