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, 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>;