Searched refs:m_BoldFont (Results 1 – 2 of 2) sorted by relevance
352 m_BoldFont = NULL; in CLeashView()370 if (m_BoldFont) in ~CLeashView()371 DeleteObject(m_BoldFont); in ~CLeashView()1047 m_BoldFont = CreateBoldFont(m_BaseFont); in OnUpdateDisplay()1240 font = m_BoldFont; in OnUpdateDisplay()1241 durationFont = IsExpired(principal) ? m_BoldItalicFont : m_BoldFont; in OnUpdateDisplay()
156 HFONT m_BoldFont; variable