#include "font/font_options.hpp"#include "color.hpp"#include "sdl/surface.hpp"#include "sdl/texture.hpp"#include "serialization/string_utils.hpp"#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 | |
| Graphical text output. | |
Functions | |
| pango_text & | font::get_text_renderer () |
| Returns a reference to a static pango_text object. More... | |
| int | font::get_max_height (unsigned size, font::family_class fclass=font::family_class::sans_serif, pango_text::FONT_STYLE style=pango_text::STYLE_NORMAL) |
| Returns the maximum glyph height of a font, in pixels. More... | |
| constexpr float | font::get_line_spacing_factor () |