Lines Matching defs:fFont
216 , fFont(::CreateFontIndirect(&lf))
217 , fSavefont((HFONT)::SelectObject(fHdc, fFont))
224 if (fFont) {
225 ::DeleteObject(fFont);
231 HFONT fFont;
458 fFont = font;
468 HFONT fFont{0};
488 fSavefont = (HFONT)SelectObject(fDC, fFont);
595 HFONT fFont;
639 , fFont(0)
688 fFont = CreateFontIndirect(&lf);
689 if (!fFont) {
693 fSavefont = (HFONT)SelectObject(fDDC, fFont);
781 fOffscreen.init(fFont, xform);
789 if (fFont) {
790 ::DeleteObject(fFont);
798 return fDDC && fFont;