Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Struct _cef_composition_underline_t

   in cef_types.h

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


Field Summary
 cef_color_t background_color
          Background color.
 cef_color_t color
          Text color.
 cef_range_t range
          Underline character range.
 int thick
          Set to true (1) for thick underline.
 

Field Detail

background_color

public cef_color_t background_color;
Background color.

color

public cef_color_t color;
Text color.

range

public cef_range_t range;
Underline character range.

thick

public int thick;
Set to true (1) for thick underline.

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt