Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/windows/leash/
H A DLeashView.cpp352 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()
H A DLeashView.h156 HFONT m_BoldFont; variable