GetTextExtentPoint

Function GetTextExtentPoint 

Source
pub unsafe extern "system" fn GetTextExtentPoint(
    hdc: *mut c_void,
    lpstring: *const u16,
    c: i32,
    lpsz: *mut SIZE,
) -> i32
Expand description

#284 GetTextExtentPoint

provides the same functionality as GetTextExtent(), but returns the width and height values in the SIZE structure specified in the function’s Size parameter