Porytiles
Loading...
Searching...
No Matches
plain_text_formatter.cpp
Go to the documentation of this file.
1
#include "
porytiles2/utilities/text/plain_text_formatter.hpp
"
2
3
#include <string>
4
5
namespace
porytiles2
{
6
7
std::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
porytiles2::PlainTextFormatter::style
std::string style(const std::string &text, Style style) const override
Returns text unchanged, ignoring all styling.
Definition
plain_text_formatter.cpp:7
porytiles2
Definition
app_config.hpp:10
porytiles2::Style
Style
Bitmask flags for text styling options.
Definition
text_formatter.hpp:25
plain_text_formatter.hpp
Porytiles2
lib
utilities
text
plain_text_formatter.cpp
Generated by
1.9.8