pub unsafe extern "system" fn ExtTextOutA(
hdc: *mut c_void,
x: i32,
y: i32,
options: u32,
lprect: *const RECT,
lpstring: *const u8,
c: u32,
lpdx: *const i32,
) -> i32Expand description
#283a ExtTextOutA
draws a text string using the current font and text colors
ยงSee also
- MS-EMF:v14 2.3.5.7 EMR_EXTTEXTOUTA Record