Home | History | Annotate | Download | only in ports

Lines Matching refs:HFONT

219         HFONT font = CreateFontIndirect(&lf);
222 HFONT savefont = (HFONT)SelectObject(deviceContext, font);
444 void init(HFONT font, const XFORM& xform) {
454 HFONT fFont;
574 HFONT fSavefont;
575 HFONT fFont;
712 fSavefont = (HFONT)SelectObject(fDDC, fFont);
1783 HFONT font = CreateFontIndirect(&fLogFont);
1786 HFONT savefont = (HFONT)SelectObject(deviceContext, font);
1825 HFONT font = CreateFontIndirect(&lf);
1826 HFONT savefont = (HFONT)SelectObject(hdc, font);
1827 HFONT designFont = NULL;
2054 HFONT font = CreateFontIndirect(&lf);
2055 HFONT savefont = (HFONT)SelectObject(hdc, font);
2143 , fSavefont((HFONT)SelectObject(fHdc, fFont))
2153 HFONT fFont;
2154 HFONT fSavefont;
2289 HFONT font = CreateFontIndirect(&fLogFont);
2290 HFONT savefont = (HFONT)SelectObject(hdc, font);
2303 HFONT font = CreateFontIndirect(&fLogFont);
2304 HFONT savefont = (HFONT)SelectObject(hdc, font);
2355 HFONT font = CreateFontIndirect(&lf);
2356 HFONT savefont = (HFONT)SelectObject(hdc, font);