Home | History | Annotate | Download | only in ports

Lines Matching full:hfont

271     HFONT        fSavefont;
272 HFONT fFont;
276 HFONT fHiResFont;
345 fSavefont = (HFONT)SelectObject(fDDC, fFont);
742 HFONT font = CreateFontIndirect(&lf);
743 HFONT savefont = (HFONT)SelectObject(hdc, font);
744 HFONT designFont = NULL;
876 HFONT font = CreateFontIndirect(&lf);
877 HFONT savefont = (HFONT)SelectObject(hdc, font);