#include <stdint.h>
#include <string>
#include "math/rectf.hpp"
#include "math/vector.hpp"
#include "video/color.hpp"
#include "video/surface.hpp"
#include "video/texture.hpp"
Go to the source code of this file.
Classes | |
class | Font |
struct | Font::Glyph |
Enumerations | |
enum | FontAlignment { ALIGN_LEFT, ALIGN_CENTER, ALIGN_RIGHT } |
enum FontAlignment |
Definition at line 32 of file font.hpp.
00032 { 00033 ALIGN_LEFT, 00034 ALIGN_CENTER, 00035 ALIGN_RIGHT 00036 };