#include <utils.hpp>
#include "gui_color.hpp"
#include <utils_string.hpp>
#include <utils_refptr.hpp>
#include <map>
#include <array>
Go to the source code of this file.
Classes | |
class | gui::text |
Used to draw some text on the screen. More... | |
struct | gui::text::line |
Contains a string that will be drawn on a line. More... | |
struct | gui::text::format |
Contains information about the text at a given position. More... | |
struct | gui::text::letter |
Holds the position, tex. coordinates and color of a character. More... | |
Namespaces | |
namespace | gui |