Struct windows_sys::Win32::UI::TextServices::TF_DISPLAYATTRIBUTE
#[repr(C)]pub struct TF_DISPLAYATTRIBUTE {
pub crText: TF_DA_COLOR,
pub crBk: TF_DA_COLOR,
pub lsStyle: TF_DA_LINESTYLE,
pub fBoldLine: BOOL,
pub crLine: TF_DA_COLOR,
pub bAttr: TF_DA_ATTR_INFO,
}Expand description
Required features: "Win32_UI_TextServices", "Win32_Foundation"
Fields§
§crText: TF_DA_COLOR§crBk: TF_DA_COLOR§lsStyle: TF_DA_LINESTYLE§fBoldLine: BOOL§crLine: TF_DA_COLOR§bAttr: TF_DA_ATTR_INFO