Home | History | Annotate | Download | only in fpdfdoc

Lines Matching defs:hDC

390     HDC hDC = ::GetDC(NULL);

391 EnumFontFamiliesExA(hDC, &lf, (FONTENUMPROCA)EnumFontFamExProc, (LPARAM)&fd, 0);
392 ::ReleaseDC(NULL, hDC);