|
CorsixTH engine (the C++ part)
Open source implementation of Theme Hospital
|
#include "config.h"#include <SDL_render.h>#include <ft2build.h>#include <climits>#include "th_gfx_sdl.h"Go to the source code of this file.
Classes | |
| struct | text_layout |
| struct | font_shadow_options |
| class | font |
| class | bitmap_font |
| class | freetype_font |
| Adaptor around the FreeType2 library to a THFont. More... | |
Enumerations | |
| enum class | text_alignment { left = 0 , center = 1 , right = 2 } |
| enum class | bitmap_font_character_set { cp437 , mik } |
|
strong |
|
strong |