pub unsafe extern "system" fn ExtTextOut(
hdc: *mut c_void,
x: i32,
y: i32,
options: u32,
lprect: *const RECT,
lpstring: *const u16,
c: u32,
lpdx: *const i32,
) -> i32Expand description
#283 ExtTextOut
provides the same basic functionality as the TextOut() function and offers three additional parameters to aid in output formatting
ยงSee also
- MS-EMF:v14 2.3.5.8 EMR_EXTTEXTOUTW Record