Lines Matching refs:hNewFont
514 HFONT hNewFont = ::CreateFontIndirectW( &aLogFont ); in HasMissingChars() local
516 HFONT hOldFont = ::SelectFont( mhDC, hNewFont ); in HasMissingChars()
523 ::DeleteFont( hNewFont ); in HasMissingChars()
1538 HFONT hNewFont = 0; in ImplDoSetFont() local
1582 hNewFont = ::CreateFontIndirectW( &aLogFont ); in ImplDoSetFont()
1588 SelectFont( hdcScreen, SelectFont( hdcScreen , hNewFont ) ); in ImplDoSetFont()
1590 o_rOldFont = ::SelectFont( getHDC(), hNewFont ); in ImplDoSetFont()
1601 DeleteFont( hNewFont ); in ImplDoSetFont()
1602 hNewFont = hNewFont2; in ImplDoSetFont()
1609 return hNewFont; in ImplDoSetFont()
1636 HFONT hNewFont = ImplDoSetFont( pFont, mfFontScale, hOldFont ); in SetFont() local
1657 mhFonts[ nFallbackLevel ] = hNewFont; in SetFont()