| Chromium Embedded Framework (CEF)
    128.0.1+gc234e7f+chromium-128.0.6613.7
    | 
Structure representing IME composition underline information. More...
#include "include/internal/cef_types.h"
 
  
| Public Attributes | |
| cef_range_t | range | 
| Underline character range.  More... | |
| cef_color_t | color | 
| Text color.  More... | |
| cef_color_t | background_color | 
| Background color.  More... | |
| int | thick | 
| Set to true (1) for thick underline.  More... | |
| cef_composition_underline_style_t | style | 
| Style.  More... | |
Structure representing IME composition underline information.
This is a thin wrapper around Blink's WebCompositionUnderline class and should be kept in sync with that.
| cef_color_t cef_composition_underline_t::background_color | 
Background color.
| cef_color_t cef_composition_underline_t::color | 
Text color.
| cef_range_t cef_composition_underline_t::range | 
Underline character range.
| cef_composition_underline_style_t cef_composition_underline_t::style | 
Style.
| int cef_composition_underline_t::thick | 
Set to true (1) for thick underline.