CorsixTH engine (the C++ part)
Open source implementation of Theme Hospital
Loading...
Searching...
No Matches
Classes | Enumerations
th_gfx_font.h File Reference
#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 }
 

Enumeration Type Documentation

◆ bitmap_font_character_set

Enumerator
cp437 
mik 

◆ text_alignment

Enumerator
left 
center 
right