pub unsafe extern "system" fn CreateFont(
cheight: i32,
cwidth: i32,
cescapement: i32,
corientation: i32,
cweight: i32,
bitalic: u32,
bunderline: u32,
bstrikeout: u32,
icharset: u32,
ioutprecision: u32,
iclipprecision: u32,
iquality: u32,
ipitchandfamily: u32,
pszfacename: *const u16,
) -> *mut c_voidExpand description
#272 CreateFont
creates the font according to the parameters it is passed