|
|
| font_manager (SDL_Renderer *renderer, std::vector< font > fonts) |
| |
|
| font_manager (font_manager const &)=delete |
| |
|
font_manager & | operator= (font_manager const &)=delete |
| |
|
std::size_t | load_font (font f) |
| |
|
std::tuple< vec, std::vector< copy_command > > | text (std::string t, int max_line_width=-1, int font_idx=0) |
| |
|
vec | text_size (std::string t, int max_line_width=-1, int font_idx=0) |
| |
|
int | text_minimum_width (std::string t, int font_idx=0) |
| |
|
unsigned int | font_height (int font_idx=0) const |
| |
|
int | font_line_skip (int font_idx=0) const |
| |
The documentation for this struct was generated from the following file: