Lines Matching refs:mhFonts
1623 if( mhFonts[i] ) in SetFont()
1624 ::DeleteFont( mhFonts[i] ); in SetFont()
1625 mhFonts[ i ] = 0; in SetFont()
1648 if( mhFonts[i] ) in SetFont()
1650 ::DeleteFont( mhFonts[i] ); in SetFont()
1651 mhFonts[i] = 0; in SetFont()
1657 mhFonts[ nFallbackLevel ] = hNewFont; in SetFont()
1689 HFONT hOldFont = SelectFont( getHDC(), mhFonts[nFallbackLevel] ); in GetFontMetric()
2659 m_hOrigFont = m_rData.mhFonts[0]; in ScopedFont()
2660 m_rData.mhFonts[0] = 0; // avoid deletion of current font in ScopedFont()
2668 HFONT hTempFont = m_rData.mhFonts[0]; in ~ScopedFont()
2669 m_rData.mhFonts[0] = m_hOrigFont; in ~ScopedFont()
3065 aSysFontData.hFont = mhFonts[nFallbacklevel]; in GetSysFontData()