Add strikethrough text option
This commit is contained in:
parent
bedb8c9faf
commit
b9b3e7577b
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ namespace psemek::ui
|
|||
{
|
||||
bold,
|
||||
underline,
|
||||
strikethrough,
|
||||
};
|
||||
|
||||
using text_style = util::flag_set<text_style_flag, std::uint8_t>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue