Home | History | Annotate | Download | only in fpdf_edit

Lines Matching refs:hFont

246     HGDIOBJ hFont = CreateFontIndirectA(pLogFont);
248 hFont = SelectObject(hDC, hFont);
251 hFont = SelectObject(hDC, hFont);
252 DeleteObject(hFont);
425 hFont = SelectObject(hDC, hFont);
426 DeleteObject(hFont);