cef_composition_underline_t

Type Alias cef_composition_underline_t 

Source
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: usize

Size of this structure.

§range: _cef_range_t

Underline character range.

§color: u32

Text color.

§background_color: u32

Background color.

§thick: i32

Set to true (1) for thick underline.

§style: cef_composition_underline_style_t

Style.