|
Orcus
|
#include <import_interface_underline.hpp>
Public Member Functions | |
| virtual void | set_style (underline_style_t e)=0 |
| virtual void | set_thickness (underline_thickness_t e)=0 |
| virtual void | set_spacing (underline_spacing_t e)=0 |
| virtual void | set_count (underline_count_t e)=0 |
| virtual void | set_color (color_elem_t alpha, color_elem_t red, color_elem_t green, color_elem_t blue)=0 |
| virtual void | commit ()=0 |
Interface for importing underline attributes of a text.
|
pure virtual |
Commit the underline attributes in the current buffer.
|
pure virtual |
Specify the color of an underline in ARGB format.
| alpha | alpha component of the color. |
| red | red component of the color. |
| green | green component of the color. |
| blue | blue component of the color. |
|
pure virtual |
Set the number of vertically-stacked lines in an underline.
| e | Number of vertically-stacked lines in an underline. |
|
pure virtual |
Set the spacing of an underline with respect to the text it is applied to.
| e | Spacing of an underline. |
|
pure virtual |
Set the style of an underline.
| e | underline style of a font. |
|
pure virtual |
Set the thickness of an underline.
| e | Thickness of the underline. |