#include <latex.hpp>
Public Member Functions | |
Text (const char *t) | |
Text (const std::string &t) | |
std::string | to_string () const |
void | build (std::ostream &ss) const |
Public Attributes | |
std::string | raw |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Text &t) |
Simple text wrapper that allows styling and embedding text in non-textual contexts.
Multiple style templates can be passed in to alter the text.