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_COLORcrBk: TF_DA_COLORlsStyle: TF_DA_LINESTYLEfBoldLine: BOOLcrLine: TF_DA_COLORbAttr: TF_DA_ATTR_INFO