Searched refs:hfont (Results 1 – 4 of 4) sorted by relevance
288 unsigned long ucs4toindex(unsigned int ucs4, HFONT hfont) in ucs4toindex() argument303 SelectObject (hdc, hfont); in ucs4toindex()
63 unsigned long ucs4toindex(unsigned int ucs4, HFONT hfont);
2088 - HFONT hfont = g_fhc.GetFont(lf);2090 + HFONT hfont = cache.hfont;2092 + //HFONT hfont = g_fhc.GetFont(lf);2094 //if (hfont == 0)2114 - return fcv.hfont;2123 - if (!hfont || !m_bValid)2124 + if (!hfont || !m_bValid || m_hmlffcv.size() == 0)2131 ::DeleteObject(hfont);2179 HFONT hfont; // font handle2185 return (hfont == val.hfont);[all …]
31 void DeleteFont(HFONT hfont);
Completed in 39 milliseconds