Home | History | Annotate | Download | only in win

Lines Matching defs:hfont

244         // The script cache isn't primed with enough info yet.  We need to select our HFONT into
247 HFONT hfont = fontData->platformData().hfont();
248 HFONT oldFont = (HFONT)SelectObject(hdc, hfont);
407 HFONT oldFont = 0;
414 // The script cache isn't primed with enough info yet. We need to select our HFONT into
418 HFONT hfont = fontData->platformData().hfont();
419 oldFont = (HFONT)SelectObject(hdc, hfont);