Chromium Embedded Framework (CEF)  121.3.2+gce31761+chromium-121.0.6167.75
cef_composition_underline_t Struct Reference

Structure representing IME composition underline information. More...

#include "include/internal/cef_types.h"

Inheritance diagram for cef_composition_underline_t:
CefCompositionUnderline

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...
 

Detailed 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.

Member Data Documentation

◆ background_color

cef_color_t cef_composition_underline_t::background_color

Background color.

◆ color

cef_color_t cef_composition_underline_t::color

Text color.

◆ range

cef_range_t cef_composition_underline_t::range

Underline character range.

◆ style

cef_composition_underline_style_t cef_composition_underline_t::style

Style.

◆ thick

int cef_composition_underline_t::thick

Set to true (1) for thick underline.


The documentation for this struct was generated from the following file: