windows::Win32::Graphics::Gdi

Function CreateFontA

pub unsafe fn CreateFontA<P13>(
    cheight: i32,
    cwidth: i32,
    cescapement: i32,
    corientation: i32,
    cweight: i32,
    bitalic: u32,
    bunderline: u32,
    bstrikeout: u32,
    icharset: FONT_CHARSET,
    ioutprecision: FONT_OUTPUT_PRECISION,
    iclipprecision: FONT_CLIP_PRECISION,
    iquality: FONT_QUALITY,
    ipitchandfamily: u32,
    pszfacename: P13,
) -> HFONT
where P13: Param<PCSTR>,