Function windows_sys::Win32::Graphics::Gdi::CreateFontA
[−]pub unsafe extern "system" fn CreateFontA(
cheight: i32,
cwidth: i32,
cescapement: i32,
corientation: i32,
cweight: i32,
bitalic: u32,
bunderline: u32,
bstrikeout: u32,
icharset: u32,
ioutprecision: FONT_OUTPUT_PRECISION,
iclipprecision: FONT_CLIP_PRECISION,
iquality: FONT_QUALITY,
ipitchandfamily: FONT_PITCH_AND_FAMILY,
pszfacename: PCSTR
) -> HFONT
Expand description
Required features: "Win32_Graphics_Gdi"