type TCefCompositionUnderline = record
Structure representing IME composition underline information. This is a thin wrapper around Blink's WebCompositionUnderline class and should be kept in sync with that.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_time.h">CEF source file: /include/internal/cef_time.h (cef_composition_underline_t))
| Public | size: NativeUInt; |
| Public | range: TCefRange; |
| Public | color: TCefColor; |
| Public | background_color: TCefColor; |
| Public | thick: integer; |
| Public | style: TCefCompositionUnderlineStyle; |
| Public | size: NativeUInt; |
|
Size of this structure. | |
| Public | range: TCefRange; |
|
Underline character range. | |
| Public | color: TCefColor; |
|
Text color. | |
| Public | background_color: TCefColor; |
|
Background color. | |
| Public | thick: integer; |
|
Set to true (1) for thick underline. | |
| Public | style: TCefCompositionUnderlineStyle; |
|
Style. | |