37 [[nodiscard]] std::string
style(
const std::string &text,
Style style)
const override;
TextFormatter implementation that strips all styling from text.
std::string style(const std::string &text, Style style) const override
Returns text unchanged, ignoring all styling.
Abstract base class for applying text styling with context-aware formatting.
Style
Bitmask flags for text styling options.