cef_composition_underline_t

Structure representing IME composition underline information. This is a thin wrapper around Blink's WebCompositionUnderline class and should be kept in sync with that.

version(cef && embedded_cef_bindings)
extern (C)
struct cef_composition_underline_t {}

Members

Variables

background_color
cef_color_t background_color;

Background color.

color
cef_color_t color;

Text color.

range
cef_range_t range;

Underline character range.

style
cef_composition_underline_style_t style;

Style.

thick
int thick;

Set to true (1) for thick underline.

Meta