#include "defs.h"
#include "utils.h"
Include dependency graph for text.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | hoa_video |
Classes | |
| class | hoa_video::FontGlyph |
| A structure to hold properties about a particular font glyph. More... | |
| class | hoa_video::FontProperties |
| A structure which holds properties about fonts. More... | |
| class | hoa_video::RenderedLine |
| A structure holding a single rendered line. More... | |
| class | hoa_video::RenderedString |
| A structure which a rendered string. More... | |
Typedefs | |
| typedef _TTF_Font | TTF_Font |
Enumerations | |
| enum | hoa_video::TEXT_SHADOW_STYLE { hoa_video::VIDEO_TEXT_SHADOW_INVALID = -1, hoa_video::VIDEO_TEXT_SHADOW_NONE = 0, hoa_video::VIDEO_TEXT_SHADOW_DARK = 1, hoa_video::VIDEO_TEXT_SHADOW_LIGHT = 2, hoa_video::VIDEO_TEXT_SHADOW_BLACK = 3, hoa_video::VIDEO_TEXT_SHADOW_COLOR = 4, hoa_video::VIDEO_TEXT_SHADOW_INVCOLOR = 5, hoa_video::VIDEO_TEXT_SHADOW_TOTAL = 6 } |
| Styles for setting the type of text shadows. More... | |
****************************************************************************
This code makes use of the SDL_ttf font library for representing fonts, font glyphs, and text.
Definition in file text.h.
1.5.1