#include "text.hpp"#include "gettext.hpp"#include "gui/widgets/helper.hpp"#include "gui/core/log.hpp"#include "gui/core/point.hpp"#include "font.hpp"#include "serialization/string_utils.hpp"#include "serialization/unicode.hpp"#include "tstring.hpp"#include "preferences.hpp"#include <cassert>#include <cstring>#include "video.hpp"
Go to the source code of this file.
Classes | |
| struct | font::decode_table |
Namespaces | |
| font | |
| Graphical text output. | |
Macros | |
| #define | GETTEXT_DOMAIN "wesnoth-lib" |
| #define | DECODE(i) |
Functions | |
| static bool | font::looks_like_url (const std::string &token) |
| std::string | font::escape_text (const std::string &text) |
| Escapes the markup characters in a text. More... | |
| static void | font::decode_pixel (unsigned char *p) |
| Converts from premultiplied alpha to plain alpha. More... | |
Variables | |
| static struct decode_table | font::decode_table |
| #define DECODE | ( | i | ) |
Referenced by font::decode_pixel().
1.8.8