#include "font/font_options.hpp"
#include "color.hpp"
#include "sdl/surface.hpp"
#include "serialization/string_utils.hpp"
#include <pango/pango.h>
#include <pango/pangocairo.h>
#include <functional>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | font::pango_text |
Text class. More... | |
Namespaces | |
font | |
Note: Specific to sdl_ttf. | |
Functions | |
pango_text & | font::get_text_renderer () |
Returns a reference to a static pango_text object. More... | |