Add strikethrough text option

This commit is contained in:
Nikita Lisitsa 2022-05-20 17:05:01 +03:00
parent bedb8c9faf
commit b9b3e7577b

View file

@ -22,6 +22,7 @@ namespace psemek::ui
{
bold,
underline,
strikethrough,
};
using text_style = util::flag_set<text_style_flag, std::uint8_t>;