Home | History | Annotate | Download | only in ports

Lines Matching refs:HFONT

214         HFONT font = CreateFontIndirect(&lf);
217 HFONT savefont = (HFONT)SelectObject(deviceContext, font);
438 void init(HFONT font, const XFORM& xform) {
448 HFONT fFont;
569 HFONT fSavefont;
570 HFONT fFont;
670 fSavefont = (HFONT)SelectObject(fDDC, fFont);
1702 HFONT font = CreateFontIndirect(&fLogFont);
1705 HFONT savefont = (HFONT)SelectObject(deviceContext, font);
1732 HFONT font = CreateFontIndirect(&lf);
1733 HFONT savefont = (HFONT)SelectObject(hdc, font);
1734 HFONT designFont = nullptr;
1933 HFONT font = CreateFontIndirect(&lf);
1934 HFONT savefont = (HFONT)SelectObject(hdc, font);
2022 , fSavefont((HFONT)SelectObject(fHdc, fFont))
2032 HFONT fFont;
2033 HFONT fSavefont;
2168 HFONT font = CreateFontIndirect(&fLogFont);
2169 HFONT savefont = (HFONT)SelectObject(hdc, font);
2182 HFONT font = CreateFontIndirect(&fLogFont);
2183 HFONT savefont = (HFONT)SelectObject(hdc, font);
2234 HFONT font = CreateFontIndirect(&lf);
2235 HFONT savefont = (HFONT)SelectObject(hdc, font);