pub type cef_composition_underline_t = _cef_composition_underline_t;Expand description
Structure representing IME composition underline information. This is a thin wrapper around Blink’s WebCompositionUnderline class and should be kept in sync with that.
Aliased Type§
#[repr(C)]pub struct cef_composition_underline_t {
pub size: usize,
pub range: _cef_range_t,
pub color: u32,
pub background_color: u32,
pub thick: i32,
pub style: cef_composition_underline_style_t,
}Fields§
§size: usizeSize of this structure.
range: _cef_range_tUnderline character range.
color: u32Text color.
background_color: u32Background color.
thick: i32Set to true (1) for thick underline.
style: cef_composition_underline_style_tStyle.