windows::Win32::Graphics::Gdi

Function EnumFontFamiliesA

pub unsafe fn EnumFontFamiliesA<P1>(
    hdc: HDC,
    lplogfont: P1,
    lpproc: FONTENUMPROCA,
    lparam: LPARAM,
) -> i32
where P1: Param<PCSTR>,