src/video/font.hpp File Reference

#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 }


Enumeration Type Documentation

enum FontAlignment

Enumerator:
ALIGN_LEFT 
ALIGN_CENTER 
ALIGN_RIGHT 

Definition at line 32 of file font.hpp.

00032                    {
00033   ALIGN_LEFT,
00034   ALIGN_CENTER,
00035   ALIGN_RIGHT
00036 };


Generated on Mon Jun 9 03:38:27 2014 for SuperTux by  doxygen 1.5.1