Home | History | Annotate | Download | only in ports

Lines Matching full:hfont

216         HFONT font = CreateFontIndirect(&lf);
219 HFONT savefont = (HFONT)SelectObject(deviceContext, font);
436 void init(HFONT font, const XFORM& xform) {
446 HFONT fFont;
565 HFONT fSavefont;
566 HFONT fFont;
661 fSavefont = (HFONT)SelectObject(fDDC, fFont);
1692 HFONT font = CreateFontIndirect(&fLogFont);
1695 HFONT savefont = (HFONT)SelectObject(deviceContext, font);
1738 HFONT font = CreateFontIndirect(&lf);
1739 HFONT savefont = (HFONT)SelectObject(hdc, font);
1740 HFONT designFont = nullptr;
1961 HFONT font = CreateFontIndirect(&lf);
1962 HFONT savefont = (HFONT)SelectObject(hdc, font);
2050 , fSavefont((HFONT)SelectObject(fHdc, fFont))
2060 HFONT fFont;
2061 HFONT fSavefont;
2196 HFONT font = CreateFontIndirect(&fLogFont);
2197 HFONT savefont = (HFONT)SelectObject(hdc, font);
2210 HFONT font = CreateFontIndirect(&fLogFont);
2211 HFONT savefont = (HFONT)SelectObject(hdc, font);
2262 HFONT font = CreateFontIndirect(&lf);
2263 HFONT savefont = (HFONT)SelectObject(hdc, font);