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,
|
bold,
|
||||||
underline,
|
underline,
|
||||||
|
strikethrough,
|
||||||
};
|
};
|
||||||
|
|
||||||
using text_style = util::flag_set<text_style_flag, std::uint8_t>;
|
using text_style = util::flag_set<text_style_flag, std::uint8_t>;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue