Searched refs:hNewFont (Results 1 – 1 of 1) sorted by relevance
514 HFONT hNewFont = ::CreateFontIndirectW( &aLogFont ); in HasMissingChars() local516 HFONT hOldFont = ::SelectFont( mhDC, hNewFont ); in HasMissingChars()523 ::DeleteFont( hNewFont ); in HasMissingChars()1538 HFONT hNewFont = 0; in ImplDoSetFont() local1582 hNewFont = ::CreateFontIndirectW( &aLogFont ); 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[all …]
Completed in 32 milliseconds