Porytiles
Loading...
Searching...
No Matches
plain_text_formatter.cpp
Go to the documentation of this file.
2
3#include <string>
4
5namespace porytiles2 {
6
7std::string PlainTextFormatter::style(const std::string &text, Style styles) const
8{
9 // no style text is applied
10 return text;
11}
12
13} // namespace porytiles2
std::string style(const std::string &text, Style style) const override
Returns text unchanged, ignoring all styling.
Style
Bitmask flags for text styling options.