#include "font_options.hpp"
#include "sdl/utils.hpp"
#include "serialization/unicode_types.hpp"
#include <boost/noncopyable.hpp>
#include <pango/pango.h>
#include <pango/pangocairo.h>
#include <string>
#include "sdl/image.hpp"
Go to the source code of this file.
Classes | |
class | font::ttext |
Text class. More... | |
Namespaces | |
gui2 | |
A class inherited from ttext_box that displays its input as stars. | |
font | |
Graphical text output. | |
Functions | |
std::string | font::escape_text (const std::string &text) |
Escapes the markup characters in a text. More... | |