Struct windows_sys::Win32::Graphics::DirectWrite::DWRITE_STRIKETHROUGH
[−]#[repr(C)]pub struct DWRITE_STRIKETHROUGH {
pub width: f32,
pub thickness: f32,
pub offset: f32,
pub readingDirection: DWRITE_READING_DIRECTION,
pub flowDirection: DWRITE_FLOW_DIRECTION,
pub localeName: PWSTR,
pub measuringMode: DWRITE_MEASURING_MODE,
}Expand description
Required features: ‘Win32_Graphics_DirectWrite’, ‘Win32_Foundation’
Fields
width: f32thickness: f32offset: f32readingDirection: DWRITE_READING_DIRECTIONflowDirection: DWRITE_FLOW_DIRECTIONlocaleName: PWSTRmeasuringMode: DWRITE_MEASURING_MODE