Home | History | Annotate | Download | only in win

Lines Matching refs:hfont

249         // The script cache isn't primed with enough info yet.  We need to select our HFONT into
252 HFONT hfont = fontData->platformData().hfont();
253 HFONT oldFont = (HFONT)SelectObject(hdc, hfont);
384 HFONT oldFont = 0;
391 // The script cache isn't primed with enough info yet. We need to select our HFONT into
395 HFONT hfont = fontData->platformData().hfont();
396 oldFont = (HFONT)SelectObject(hdc, hfont);