Orcus
|
#include <import_interface_strikethrough.hpp>
Public Member Functions | |
virtual void | set_style (strikethrough_style_t s)=0 |
virtual void | set_type (strikethrough_type_t s)=0 |
virtual void | set_width (strikethrough_width_t s)=0 |
virtual void | set_text (strikethrough_text_t s)=0 |
virtual void | commit ()=0 |
Interface for importing strikethrough attributes of a text.
|
pure virtual |
Commit the strikethrough attributes in the current buffer.
|
pure virtual |
Set the strikethrough style of a font.
s | strikethrough style of a font. |
|
pure virtual |
Set the text to use as a strikethrough.
s | text to use as a strikethrough. |
|
pure virtual |
Set whether the strikethrough of a font consists of a single line or a double line.
s | whether the strikethrough of a font consists of a single line or a double line. |
|
pure virtual |
Set the width of the strikethrough of a font.
s | the width of the strikethrough of a font. |