// // This file manually written from cef/include/internal/cef_types.h. // C API name: cef_text_style_t. // namespace Xilium.CefGlue { using System; /// /// Text style types. Should be kepy in sync with gfx::TextStyle. /// public enum CefTextStyle { Bold, Italic, Strike, DiagonalStrike, Underline, } }