CreateFontIndirect

Function CreateFontIndirect 

Source
pub unsafe extern "system" fn CreateFontIndirect(
    lplf: *const LOGFONTW,
) -> *mut c_void
Expand description

#272 CreateFontIndirect

creates the font, but uses a structure to encompass the parameters which are individually passed to CreateFont()